Tuesday, June 12, 2007

more png

Changing the zlib project under png required that I also change the include path for png to get zlib.h . To make this a little less path dependent, I scripted the msvc startup to include a WORKAREA variable:

set WORKAREA=c:\cygwin_home\dave\workarea
"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\VCExpress.exe"

Additional include directories for libpng are modified to include : "$(WORKAREA)\zlib\zlib-1.2.3"

No comments: