4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# makefile for libpng
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Copyright (C) 1998 Tim Wegner
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# For conditions of distribution and use, see copyright notice in png.h
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# To use, do "nmake /f scripts\makefile.vcawin32"
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# -------- Microsoft Visual C++ 5.0 and later, uses assembler code --------
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# If you don't want to use assembler (MMX) code, use makefile.vcwin32 instead.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# Compiler, linker, librarian, and other tools
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipeCFLAGS = -DPNG_USE_PNGVCRD -nologo -MD -O2 -W3 -I..\zlib
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipeLDFLAGS = -nologo
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacARFLAGS = -nologo
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# File extensions
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#uncomment next to put error messages in a file
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludoOBJS1 = png$(O) pngerror$(O) pngget$(O) pngmem$(O) pngpread$(O)
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipeOBJS2 = pngread$(O) pngrio$(O) pngrtran$(O) pngrutil$(O) pngset$(O)
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipeOBJS3 = pngtrans$(O) pngwio$(O) pngwrite$(O) pngwtran$(O) pngwutil$(O)
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipeOBJS4 = pngvcrd$(O)
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipeOBJS = $(OBJS1) $(OBJS2) $(OBJS3) $(OBJS4)
266c5071a91fda6a5159b08ea8d45261228d03d5neil_a_wilson $(CC) -c $(CFLAGS) $*.c $(ERRFILE)
libpng.lib: $(OBJS)
test: pngtest.exe
-$(RM) libpng.lib
-$(RM) pngtest.exe
-$(RM) pngout.png