From 2ea5dc60d5cbd3b50f3ed2cbe0581c14aa5c979c Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 28 Sep 2012 17:16:48 +0200 Subject: [PATCH] zlib build script cosmetics --- win32/deps/zlib/build-x86.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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