* makedsig has been integrated with makedstp, it should handle both LIB and TPL files * other tools have not been modified
9 lines
130 B
Makefile
9 lines
130 B
Makefile
CFLAGS = -Zi -c -AS -W3 -D__MSDOS__
|
|
|
|
parselib.exe: parselib.obj
|
|
link /CO parselib;
|
|
|
|
parselib.obj: parselib.c
|
|
cl $(CFLAGS) $*.c
|
|
|