*** empty log message ***

This commit is contained in:
2006-10-26 09:31:28 +00:00
parent 2b50e6dfb0
commit bfa9edd9ab
33 changed files with 450 additions and 444 deletions

View File

@ -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;
}
}

View File

@ -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)