[libpng10] Imported from libpng-1.0.46.tar

This commit is contained in:
Glenn Randers-Pehrson
2009-06-18 11:58:02 -05:00
parent 4049c1ac2a
commit 073070791a
67 changed files with 154 additions and 166 deletions

View File

@@ -6,14 +6,13 @@
# To use, do "nmake /f scripts\makefile.vcawin32"
# -------- Microsoft Visual C++ 2.0 and later, no assembler code --------
%12-%# If you don't want to use assembler (MMX) code, use makefile.vcwin32 instead.
# If you don't want to use assembler (MMX) code, use makefile.vcwin32 instead.
# Compiler, linker, librarian, and other tools
CC = cl
LD = link
AR = lib
%12-%CFLAGS = -nologo -DPNG_USE_PNGVCRD -MD -O2 -W3 -I..\zlib
%14+%CFLAGS = -nologo -MD -O2 -W3 -I..\zlib
CFLAGS = -nologo -DPNG_USE_PNGVCRD -MD -O2 -W3 -I..\zlib
LDFLAGS = -nologo
ARFLAGS = -nologo
RM = del