X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58c55d1f77ce79bc8fd2a3738551da1e191c6005..574c0bbfbd2096f7ee0d10ad7222bb012e6f5ad7:/src/zlib/makefile.b32 diff --git a/src/zlib/makefile.b32 b/src/zlib/makefile.b32 index e45999b188..256f7fffa1 100644 --- a/src/zlib/makefile.b32 +++ b/src/zlib/makefile.b32 @@ -85,8 +85,10 @@ example.obj: example.c zlib.h zconf.h minigzip.obj: minigzip.c zlib.h zconf.h $(CC) -c $(CFLAGS) $*.c +lib: $(LIBTARGET) + # we must cut the command line to fit in the MS/DOS 128 byte limit: -$(LIBTARGET: $(OBJ1) $(OBJ2) +$(LIBTARGET): $(OBJ1) $(OBJ2) del $(LIBTARGET) $(LIB) $(LIBTARGET) +$(OBJP1) $(LIB) $(LIBTARGET) +$(OBJP2) @@ -102,6 +104,6 @@ test: example.exe minigzip.exe echo hello world | minigzip | minigzip -d clean: - del *.obj - del *.exe - del $(LIBTARGET) + erase *.obj + erase *.exe + erase $(LIBTARGET)