]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/makefile.b32
no message
[wxWidgets.git] / src / zlib / makefile.b32
index bca4e9037014113c4e07371500c48c2cdab83b9b..256f7fffa1e8d18ef24cde815c3fd11c48e1b3af 100644 (file)
@@ -21,7 +21,7 @@ LIB=tlib
 LDFLAGS= $(MODEL)
 O=.obj
 
-LIBTARGET=..\..\..\lib\zlib.lib
+LIBTARGET=..\..\lib\zlib.lib
 
 # variables
 OBJ1 = adler32$(O) compress$(O) crc32$(O) gzio$(O) uncompr$(O) deflate$(O) \
@@ -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)