summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-09-28 17:16:48 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-09-28 17:16:48 +0200
commit2ea5dc60d5cbd3b50f3ed2cbe0581c14aa5c979c (patch)
tree43cf0414c4bcc00e16ca50bc7e4dee90e80f44c8 /win32
parenta738892ad141356d0186c5fb46573182193576c9 (diff)
zlib build script cosmetics
Diffstat (limited to 'win32')
-rw-r--r--win32/deps/zlib/build-x86.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/deps/zlib/build-x86.bat b/win32/deps/zlib/build-x86.bat
index 7382fdac..86102d7b 100644
--- a/win32/deps/zlib/build-x86.bat
+++ b/win32/deps/zlib/build-x86.bat
@@ -1,7 +1,8 @@
-:: run this from a VS command prompt

+:: run this from a VS x86 command prompt

 @echo off

 

 SET PACKAGE_NAME=zlib-1.2.7

+

 nmake -f win32\makefile.msc clean

 nmake -f win32\makefile.msc LOC="-DASMV -DASMINF" OBJA="inffas32.obj match686.obj"

 set ZLIB_SRC=%cd%

@@ -26,6 +27,7 @@ cd %ZLIB_DEST%
 set PATH=%PATH%;%ProgramFiles%\7-zip

 7z a ..\%PACKAGE_NAME%-x86.7z *

 cd %ZLIB_SRC%

+rmdir /q /s %ZLIB_DEST%

 

 echo.Finished!

 pause