summaryrefslogtreecommitdiff
path: root/win32/Makefile.bor
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:25:27 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:25:27 -0700
commitb1c19ca6d82c98a8be6cd9cad7a9c5fa5e8e634e (patch)
treef0eeb8f52d07819f417411da5104c9d743dd46de /win32/Makefile.bor
parentabf180a067223611620dd97dd5681df7c7fa7c9b (diff)
downloadzlib-1.2.3.1.tar.gz
zlib-1.2.3.1.tar.bz2
zlib-1.2.3.1.zip
zlib 1.2.3.1v1.2.3.1
Diffstat (limited to '')
-rw-r--r--win32/Makefile.bor5
1 files changed, 1 insertions, 4 deletions
diff --git a/win32/Makefile.bor b/win32/Makefile.bor
index b802519..67dafaa 100644
--- a/win32/Makefile.bor
+++ b/win32/Makefile.bor
@@ -1,9 +1,6 @@
1# Makefile for zlib 1# Makefile for zlib
2# Borland C++ for Win32 2# Borland C++ for Win32
3# 3#
4# Updated for zlib 1.2.x by Cosmin Truta, 11-Mar-2003
5# Last updated: 28-Aug-2003
6#
7# Usage: 4# Usage:
8# make -f win32/Makefile.bor 5# make -f win32/Makefile.bor
9# make -f win32/Makefile.bor LOCAL_ZLIB=-DASMV OBJA=match.obj OBJPA=+match.obj 6# make -f win32/Makefile.bor LOCAL_ZLIB=-DASMV OBJA=match.obj OBJPA=+match.obj
@@ -99,8 +96,8 @@ minigzip.exe: minigzip.obj $(ZLIB_LIB)
99 96
100# cleanup 97# cleanup
101clean: 98clean:
99 -del $(ZLIB_LIB)
102 -del *.obj 100 -del *.obj
103 -del *.lib
104 -del *.exe 101 -del *.exe
105 -del *.tds 102 -del *.tds
106 -del zlib.bak 103 -del zlib.bak