*** empty log message ***
This commit is contained in:
19
ase/test/lsp/makefile.msw.bcc
Normal file
19
ase/test/lsp/makefile.msw.bcc
Normal file
@ -0,0 +1,19 @@
|
||||
CC = bcc32
|
||||
LD = ilink32
|
||||
CFLAGS = -I..\..\.. -I$(XPKIT)
|
||||
LDFLAGS = -L..\..\lsp -L"c:\program files\borland\bds\4.0\lib"
|
||||
LIBS = import32.lib cw32mt.lib aselsp.lib
|
||||
STARTUP = c0x32w.obj
|
||||
|
||||
all: lsp
|
||||
|
||||
lsp: lsp.obj
|
||||
$(LD) $(LDFLAGS) $(STARTUP) lsp.obj,lsp.exe,,$(LIBS),,
|
||||
|
||||
clean:
|
||||
del $(OBJS) *.obj $(OUT)
|
||||
|
||||
.SUFFIXES: .c .obj
|
||||
.c.obj:
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
|
Reference in New Issue
Block a user