summaryrefslogtreecommitdiff
path: root/win32/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Makefile.bor')
-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