mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-24 22:40:18 +00:00
Some more zlib cosmetics and x64 build script
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
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"
|
||||
nmake -f win32\Makefile.msc clean
|
||||
nmake -f win32\Makefile.msc LOC="-DASMV -DASMINF" OBJA="inffas32.obj match686.obj"
|
||||
set ZLIB_SRC=%cd%
|
||||
set ZLIB_DEST=%cd%-x86
|
||||
nmake -f win32\makefile.msc test
|
||||
nmake -f win32\Makefile.msc test
|
||||
echo.Press return when ready to install!
|
||||
pause
|
||||
|
||||
@@ -21,7 +21,7 @@ copy zconf.h %ZLIB_DEST%\include
|
||||
copy zdll.lib %ZLIB_DEST%\lib
|
||||
copy zlib1.dll %ZLIB_DEST%\bin
|
||||
copy README %ZLIB_DEST%\LICENSE.ZLIB
|
||||
nmake -f win32\makefile.msc clean
|
||||
nmake -f win32\Makefile.msc clean
|
||||
|
||||
cd %ZLIB_DEST%
|
||||
set PATH=%PATH%;%ProgramFiles%\7-zip
|
||||
|
||||
Reference in New Issue
Block a user