[Zlib-devel] New compilation to test
Gilles Vollant
info at winimage.com
Sat Oct 4 14:11:18 EDT 2003
<<
There is an interim solution: if the person who builds zlib1.dll has both
VC6 and VC7.1, then it is possible to link it to msvcrt.dll as
follows:
set BIN=\path\to\vc71\bin
set INCLUDE=\path\to\vc6\include
set LIB=\path\to\vc6\lib
nmake -f win32\Makefile.msc
It is important to set *both* INCLUDE and LIB variables to the VC6
directories.>>
This is EXACTLY what I done for building
http://www.winimage.com/zLibDll/zlib-1207-dll-testvc71a.zip
asm directory made with:
copy contrib\vstudio\vc7\*.obj
copy contrib\masmx86
nmake -f win32\Makefile.msc LOC="-G6 -DASMV -DASMINF" OBJA="inffas32.obj
gvmat32c.obj gvmat32.obj" LDFLAGS="-opt:nowin98 -release"
asmGB made with:
copy contrib\vstudio\vc7\*.obj
copy contrib\masmx86
nmake -f win32\Makefile.msc LOC="-GB -DASMV -DASMINF" OBJA="inffas32.obj
gvmat32c.obj gvmat32.obj" LDFLAGS="-opt:nowin98 -release"
noasm made with:
nmake -f win32\Makefile.msc LOC="-G6" LDFLAGS="-opt:nowin98 -release"
noasmGB made with:
nmake -f win32\Makefile.msc LOC="-GB" LDFLAGS="-opt:nowin98 -release"
More information about the Zlib-devel
mailing list