dcc/tools/parsehdr/parselib.mak
nemerle a697ad05c0 Add original dcc tools to repository
* makedsig has been integrated with makedstp, it should handle both LIB and TPL files
* other tools have not been modified
2015-02-10 17:28:50 +01:00

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