*** empty log message ***
This commit is contained in:
@ -5,6 +5,10 @@
|
||||
#include <xp/bas/locale.h>
|
||||
#include <xp/bas/sio.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <wctype.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef __linux
|
||||
#include <mcheck.h>
|
||||
#endif
|
||||
@ -326,4 +330,4 @@ int xp_main (int argc, xp_char_t* argv[])
|
||||
#endif
|
||||
|
||||
return n;
|
||||
}
|
||||
}
|
||||
|
@ -2,8 +2,8 @@ SRCS = lsp.c
|
||||
OUTS = $(SRCS:.c=.x)
|
||||
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@ -I@abs_top_builddir@/..
|
||||
LDFLAGS = @LDFLAGS@ -L@abs_top_builddir@/lsp
|
||||
CFLAGS = @CFLAGS@ -I@abs_top_builddir@/.. -I$(XPKIT)
|
||||
LDFLAGS = @LDFLAGS@ -L@abs_top_builddir@/lsp -L$(XPKIT)/xp/bas
|
||||
LIBS = @LIBS@ -lxpbas -laselsp
|
||||
|
||||
all: $(OUTS)
|
||||
|
Reference in New Issue
Block a user