*** empty log message ***
This commit is contained in:
parent
d09b1a762f
commit
eea3aa9643
17
ase/test/lsp/makefile.cl
Normal file
17
ase/test/lsp/makefile.cl
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
CC = cl
|
||||||
|
CFLAGS = /nologo /MT /GX /W3 /GR- /D_WIN32_WINNT=0x0400 -I..\..\..
|
||||||
|
LDFLAGS = /libpath:..\..\bas /libpath:..\..\lsp
|
||||||
|
LIBS = xpbas.lib xplsp.lib
|
||||||
|
|
||||||
|
all: lisp
|
||||||
|
|
||||||
|
lisp: lisp.obj
|
||||||
|
link /nologo /out:lisp.exe $(LDFLAGS) $(LIBS) lisp.obj
|
||||||
|
|
||||||
|
clean:
|
||||||
|
del $(OBJS) *.obj lisp.exe
|
||||||
|
|
||||||
|
.SUFFIXES: .c .obj
|
||||||
|
.c.obj:
|
||||||
|
$(CC) /c $(CFLAGS) $<
|
||||||
|
|
Loading…
Reference in New Issue
Block a user