]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/makefile.nt
no message
[wxWidgets.git] / src / zlib / makefile.nt
index 207aaeb80f22ecf989f84c6bd2d0cd0d714f789e..fa57b5c76bf11ee3df2f8cf560272cacd0fca9b3 100644 (file)
@@ -10,7 +10,7 @@
 # See zconf.h for details about the memory requirements.
 
 # ------------- Turbo C++, Borland C++ -------------
-CFLAGS=-O2 /MDd /GX
+CFLAGS=-O2 /MD /GX
 CC=cl
 LD=cl
 LIB=tlib
@@ -18,7 +18,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) \
@@ -82,7 +82,7 @@ $(LIBOBJECTS)
 <<
 
 clean:
-       -erase *.obj
-       -erase *.exe
-        -erase *.sbr
-        -erase $(LIBTARGET)
+    -erase *.obj
+    -erase *.exe
+    -erase *.sbr
+    -erase $(LIBTARGET)