X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58c55d1f77ce79bc8fd2a3738551da1e191c6005..520e470fdd0daef09c77938db642e4583933c90d:/src/zlib/makefile.nt diff --git a/src/zlib/makefile.nt b/src/zlib/makefile.nt index ab0304c547..fa57b5c76b 100644 --- a/src/zlib/makefile.nt +++ b/src/zlib/makefile.nt @@ -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 @@ -82,7 +82,7 @@ $(LIBOBJECTS) << clean: - -erase *.obj - -erase *.exe - -erase *.sbr - -erase $(LIBTARGET) + -erase *.obj + -erase *.exe + -erase *.sbr + -erase $(LIBTARGET)