summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
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