[prev in list] [next in list] [prev in thread] [next in thread] 

List:       zlib-devel
Subject:    [Zlib-devel] New compilation to test
From:       info () winimage ! com (Gilles Vollant)
Date:       2003-10-04 18:11:18
Message-ID: 20031004181118.7BC12A400228 () mwinf0202 ! wanadoo ! fr
[Download RAW message or body]



<<
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"




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic