<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-874">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I want to compile&nbsp;MapServer to read TIFF. I 
already have <FONT size=3><FONT 
color=#800080>tiff-v3.5.5.zip</FONT></FONT>&nbsp;But after&nbsp; 
compiled,&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>i got&nbsp;mapserv.exe, no TIFF effect, there 
is&nbsp;no different like it doesn't&nbsp;compile&nbsp;it. Do i have to 
configure&nbsp;anything&nbsp; else???&nbsp;</FONT></DIV>
<DIV><FONT face=Arial><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>Thank for all help</FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2>j1mmm</FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><A 
href="mailto:j1mmm@hotmail.com">j1mmm@hotmail.com</A></FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>these are&nbsp;my makefile.</FONT></DIV>
<DIV><FONT face=Arial size=2>====ms35gif_nightly.zip&nbsp;--&gt; 
Makefile.vc=========</FONT></DIV>
<DIV><FONT face=Arial size=2>#<BR># makefile.vc - Main MapServer makefile for 
MSVC++<BR>#<BR># This VC++ makefile will build MAPSERVER.LIB, MAPSERV.EXE, and 
the other<BR># MapServer command-line programs.<BR>#<BR># To use the 
makefile:<BR>#&nbsp; - Open a DOS prompt window<BR>#&nbsp; - Run the 
VCVARS32.BAT script to initialize the VC++ environment variables<BR>#&nbsp; - 
Start the build with:&nbsp; nmake /f makefile.vc<BR>#<BR># $Id: Makefile.vc,v 
1.12 2001/08/23 15:22:29 dan Exp $<BR>#</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>#OPTFLAGS =&nbsp;/nologo /Zi /W3 
/DDEBUG<BR>OPTFLAGS =&nbsp;/nologo /Zi <BR>BASE_CFLAGS = &nbsp;$(OPTFLAGS) 
<BR>LDFLAGS =&nbsp;/NODEFAULTLIB:libcd</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>CC=&nbsp;&nbsp;&nbsp;&nbsp; cl<BR>LINK=&nbsp;&nbsp; 
link</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>#<BR># If you want to ignore missing datafile 
errors uncomment the following<BR># line. This is especially useful with large 
tiled datasets that may not<BR># have complete data for each 
tile.<BR>#<BR>#IGNORE_MISSING_DATA=-DIGNORE_MISSING_DATA</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>#<BR># Apparently these aren't as commonplace as 
I'd hoped. Edit the<BR># following line to reflect the missing functions on your 
platform.<BR>#<BR>#STRINGS=-DNEED_STRCASECMP -DNEED_STRNCASECMP 
-DNEED_STRDUP<BR>STRINGS=-DNEED_STRCASECMP -DNEED_STRNCASECMP</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2># Proj.4 distribution (cartographic projection 
routines). Not required for normal use. 
(EXPERIMENTAL)<BR>PROJ_LIB=./proj/src/proj.lib<BR>PROJ_INC=-I 
./proj/src<BR>PROJ=-DUSE_PROJ</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>#Use this flag to compile with WMS 
support<BR>WMS=-DUSE_WMS</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2># GD distribution (graphics library GIF and/or PNG 
support). (REQUIRED)<BR>#<BR>#&nbsp;&nbsp; - Version 1.2 is included and writes 
LZW GIF (-DUSE_GD_GIF -DUSE_GD_SWAP_XY).<BR>#&nbsp;&nbsp; - Versions 1.3 to 1.5 
write non-LZW GIF (-DUSE_GD_GIF).<BR>#&nbsp;&nbsp; - Versions 1.6 and greater 
write PNG (-DUSE_GD_PNG). Add -lpng -lz to GD_LIB line.<BR>#&nbsp;&nbsp; - 
Versions 1.8 (or was it 1.7?) also supports JPEG and WBMP (-DUSE_GD_JPEG 
-DUSE_GD_WBMP)<BR>#<BR># The following lines will compile GD 
1.2:<BR>#GDFONT_OBJ=&nbsp;gd-1.2/gdfontt.obj gd-1.2/gdfonts.obj 
gd-1.2/gdfontmb.obj \<BR>#&nbsp;&nbsp;gd-1.2/gdfontl.obj 
gd-1.2/gdfontg.obj<BR>#GD_INC=&nbsp;-I./gd-1.2<BR>#GD_LIB=&nbsp;gd-1.2/gd.lib<BR>#GD= 
-DUSE_GD_GIF -DUSE_GD_SWAP_XY<BR>#MAKE_GD=gd</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2># A patched version of GD that supports GIF, JPEG, 
PNG and WBMP can be <BR># downloaded from <A 
href="http://www.rime.com.au/gd/">http://www.rime.com.au/gd/</A>.<BR># The 
following defns will include the patched GD 1.8.4 with 
TTF:<BR>GDFONT_OBJ=<BR>GD_INC=&nbsp;-I ./gd-1.8.4<BR>GD_LIB=&nbsp; 
./gd-1.8.4/gd.lib ./jpeg/libjpeg.lib 
./libpng/projects/msvc/win32/libpng/dll/libpng.lib 
\<BR>&nbsp;./zlib/release/zlib.lib&nbsp; 
./freetype/lib/freetype200b8.lib<BR>GD=&nbsp;&nbsp;&nbsp;&nbsp; -DUSE_GD_GIF 
-DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_TTF \<BR>&nbsp;-DUSE_GD_TTF 
-DGD_HAS_GDIMAGEGIFPTR<BR>MAKE_GD=gd</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2># TIFF distribution (raster support for TIFF 
and GEOTIFF imagery).(RECOMMENDED)<BR></FONT><STRONG><FONT 
size=2>TIFF_INC=-I./tiff/libtiff<BR>TIFF_LIB=./tiff/libtiff/libtiff.lib<BR>TIFF=-DUSE_TIFF</FONT></STRONG></FONT></DIV>
<DIV><FONT size=4></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2># JPEG distribution (raster support for grayscale 
JPEG images, INPUT 
ONLY).<BR>JPEG_INC=-I./jpeg<BR>JPEG_LIB=./jpeg/libjpeg.lib<BR>JPEG=-DUSE_JPEG</FONT></DIV>
<DIV>&nbsp;</DIV><FONT face=Arial size=2>
<DIV><BR># EPPL7 Support (this activates ERDAS as well) Included in the 
distribution. Probably the best raster alternative if<BR># you've got EPPL7 
laying around. See <A 
href="http://www.lmic.state.mn.us/">http://www.lmic.state.mn.us/</A> for more 
information. (RECOMMENDED)<BR>#EPPL=-DUSE_EPPL<BR>#EPPL_OBJ=epplib.obj</DIV>
<DIV>&nbsp;</DIV>
<DIV># OGR Support OGC Simple Feature inspired interface for vector<BR># 
formats.&nbsp; See <A 
href="http://gdal.velocet.ca/projects/opengis/">http://gdal.velocet.ca/projects/opengis/</A><BR>GDAL_DIR= 
.\gdal<BR>OGR=-DUSE_OGR<BR>OGR_LIB = $(GDAL_DIR)/ogr/ogrsf_frmts/ogrsf_frmts.lib 
$(GDAL_DIR)/ogr/ogrsf_frmts/ogrsf_frmts_sup.lib $(GDAL_DIR)/ogr/ogr.lib 
$(GDAL_DIR)/ogr/../port/cpl.lib<BR>OGR_INC = -I$(GDAL_DIR)/ogr/ogrsf_frmts 
-I$(GDAL_DIR)/ogr -I$(GDAL_DIR)/ogr/../port</DIV>
<DIV>&nbsp;</DIV>
<DIV># ESRI SDE support.<BR>SDE_OPT=-DUSE_SDE<BR>SDE_INC=-I&nbsp; 
C:\arcexe80\arcsde\sqlexe\include<BR>SDE_LIB=C:\arcexe80\arcsde\sqlexe\lib\sde80.lib 
C:\arcexe80\arcsde\sqlexe\lib\sg80.lib 
C:\arcexe80\arcsde\sqlexe\lib\pe80.lib</DIV>
<DIV>&nbsp;</DIV>
<DIV>#<BR># UofMN GIS/Image Processing Extension (very 
experimental)<BR>#<BR>#EGIS=-DUSE_EGIS</DIV>
<DIV>&nbsp;</DIV>
<DIV>#ERR_OBJ=./errLog/errLog.o<BR>#ERR_INC=-I./errLog<BR>#ERR_LIB=-L./errLog 
-lerrLog</DIV>
<DIV>&nbsp;</DIV>
<DIV>#IMGGEN_OBJ=./imgSrc/imgLib.o<BR>#IMGGEN_INC=-I./imgSrc<BR>#IMGGEN_LIB=-L./imgSrc 
-limgGEN</DIV>
<DIV>&nbsp;</DIV>
<DIV>#<BR># VC++ does not include the REGEX library... so we must provide our 
one.<BR># The following definitions will try to build GNU regex-0.12 located in 
the<BR># regex-0.12 sub-directory.<BR># If it was not included in the source 
distribution, then you can get it from:<BR>#&nbsp;&nbsp;&nbsp; <A 
href="ftp://ftp.gnu.org/pub/gnu/regex/regex-0.12.tar.gz">ftp://ftp.gnu.org/pub/gnu/regex/regex-0.12.tar.gz</A><BR>#<BR>REGEX_OBJ= 
.\regex\regex.obj<BR>REGEX_INC=-I ./regex</DIV>
<DIV>&nbsp;</DIV>
<DIV>#<BR># IMPORTANT NOTE ABOUT REGEX FOR PHP_MAPSCRIPT USERS:<BR>#<BR># If you 
want to compile the PHP_MAPSCRIPT module, then you have to make<BR># MapServer 
uses the same version of the REGEX library that PHP was <BR># compiled 
with:<BR>#<BR>#PHP_REGEX=..\php-3.0.14\regex<BR>#PHP_REGEX=..\php-4.0.6\regex<BR>#REGEX_OBJ=$(PHP_REGEX)\regcomp.obj 
$(PHP_REGEX)\regerror.obj 
\<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$(PHP_REGEX)\regexec.obj $(PHP_REGEX)\regfree.obj<BR>#REGEX_INC=-I$(PHP_REGEX) 
-DPHP_NO_ALIASES</DIV>
<DIV>&nbsp;</DIV>
<DIV>#<BR># REGEX needs some special flags... here they are for VC++ 
6.0<BR>#<BR>REGEX_OPT=-DHAVE_STRING_H -DREGEX_MALLOC</DIV>
<DIV>&nbsp;</DIV>
<DIV>#<BR># --- You shouldn't have to edit anything else. ---<BR>#</DIV>
<DIV>&nbsp;</DIV>
<DIV>#<BR># Main MapServer library.<BR>#<BR>MS_LIB&nbsp; 
=&nbsp;mapserver.lib<BR>MS_OBJS = &nbsp;mapbits.obj maphash.obj mapshape.obj 
mapxbase.obj \<BR>&nbsp;&nbsp;mapparser.obj maplexer.obj mapindex.obj 
maptree.obj \<BR>&nbsp;&nbsp;mapsearch.obj mapstring.obj mapsymbol.obj 
mapfile.obj \<BR>&nbsp;&nbsp;maplegend.obj maputil.obj mapscale.obj mapquery.obj 
\<BR>&nbsp;&nbsp;maplabel.obj maperror.obj mapprimitive.obj 
mapproject.obj\<BR>&nbsp;&nbsp;mapraster.obj cgiutil.obj mapsde.obj mapogr.obj 
\<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
mappostgis.obj maplayer.obj mapresample.obj mapwms.obj 
\<BR>&nbsp;&nbsp;mapwmslayer.obj mapgml.obj\<BR>&nbsp;&nbsp;$(EPPL_OBJ) 
$(REGEX_OBJ)</DIV>
<DIV>&nbsp;</DIV>
<DIV>MS_HDRS = &nbsp;map.h mapfile.h</DIV>
<DIV>&nbsp;</DIV>
<DIV>MS_EXE = &nbsp;mapserv.exe shp2img.exe legend.exe&nbsp; 
\<BR>&nbsp;&nbsp;shptree.exe scalebar.exe sortshp.exe tile4ms.exe</DIV>
<DIV>&nbsp;</DIV>
<DIV>#<BR>#<BR>#<BR>LIBS&nbsp;=&nbsp;$(MS_LIB) $(GD_LIB) $(TIFF_LIB) $(JPEG_LIB) 
$(SDE_LIB)\<BR>&nbsp;&nbsp;$(PROJ_LIB) $(ERR_LIB) $(IMGGEN_LIB) $(OGR_LIB) 
</DIV>
<DIV>&nbsp;</DIV>
<DIV>INCLUDES =&nbsp;$(GD_INC) $(TIFF_INC) $(JPEG_INC) 
$(SDE_INC)\<BR>&nbsp;&nbsp;$(PROJ_INC) $(ERR_INC) $(IMGGEN_INC) $(REGEX_INC) 
$(OGR_INC) </DIV>
<DIV>&nbsp;</DIV>
<DIV>CFLAGS =&nbsp;$(BASE_CFLAGS) $(INCLUDES) $(REGEX_OPT) $(STRINGS) $(SDE_OPT) 
\<BR>&nbsp;&nbsp;$(EPPL) $(PROJ) $(TIFF) $(JPEG) $(GD) $(OGR) $(WMS)</DIV>
<DIV>&nbsp;</DIV>
<DIV>default: &nbsp;all</DIV>
<DIV>&nbsp;</DIV>
<DIV>all:&nbsp;&nbsp;$(MAKE_GD) $(MS_LIB) $(MS_EXE)</DIV>
<DIV>&nbsp;</DIV>
<DIV>$(MS_OBJS):&nbsp;$(MS_HDRS)</DIV>
<DIV>&nbsp;</DIV>
<DIV>$(MS_LIB):&nbsp;$(MS_OBJS)<BR>&nbsp;copy $(GDAL_DIR)\gdal.pdb 
.<BR>&nbsp;lib /out:$(MS_LIB) $(MS_OBJS)</DIV>
<DIV>&nbsp;</DIV>
<DIV>$(MS_EXE):&nbsp;$(LIBS)</DIV>
<DIV>&nbsp;</DIV>
<DIV>gd::<BR>&nbsp;cd gd-1.8.4<BR>&nbsp;nmake /f makefile.nt gd.lib 
OPTFLAGS="$(OPTFLAGS)"<BR>&nbsp;cd ..</DIV>
<DIV>&nbsp;</DIV>
<DIV>.c.obj:&nbsp;<BR>&nbsp;$(CC) $(CFLAGS) /c $*.c /Fo$*.obj</DIV>
<DIV>&nbsp;</DIV>
<DIV>.cpp.obj:&nbsp;<BR>&nbsp;$(CC) $(CFLAGS) /c $*.cpp /Fo$*.obj</DIV>
<DIV>&nbsp;</DIV>
<DIV>.c.exe:<BR>&nbsp;$(CC) $(CFLAGS) /c $*.c /Fo$*.obj<BR>&nbsp;$(LINK) 
$(LDFLAGS) $*.obj $(LIBS)</DIV>
<DIV>&nbsp;</DIV>
<DIV>.cpp.exe:<BR>&nbsp;$(CC) $(CFLAGS) /c $*.cpp /Fo$*.obj<BR>&nbsp;$(LINK) 
$(LDFLAGS) $*.obj $(LIBS)</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>clean:<BR>&nbsp;del *.obj<BR>&nbsp;del $(REGEX_OBJ)<BR>&nbsp;del 
$(MS_LIB)<BR>&nbsp;del $(MS_EXE)<BR>&nbsp;del *.pdb<BR>&nbsp;del 
*.exp<BR>&nbsp;del *.ilk<BR>&nbsp;cd gd-1.8.4<BR>&nbsp; nmake -f makefile.nt 
clean<BR>&nbsp; cd ..<BR>&nbsp;cd gdft<BR>&nbsp; nmake -f makefile.vc 
clean<BR>&nbsp; cd ..<BR>=======gd-1.8.4amgif.tar.gz&nbsp; --&gt; makefile.nt 
========</FONT></DIV>
<DIV><FONT face=Arial><FONT size=2>#NMAKE makefile for Windows 95/98/NT 
developers.<BR>#Produces a static library (libgd.lib). Thanks to Joe 
Gregorio.<BR>#This is out of date.</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>COMPILER=cl</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>#If the ar command fails on your system, 
consult the ar manpage<BR>#for your system. <BR>AR=LIB</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>#If the install command is not in your path, 
provide<BR>#an explicit path for it here, or install 
manually.<BR>INSTALL=install</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>#If you don't have FreeType and/or Xpm 
installed, including the<BR>#header files, uncomment this 
(default).<BR>#CFLAGS=-Ox -GX </FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><BR>#If you do have FreeType and/or Xpm fully 
installed, uncomment a<BR>#variation of this and comment out the line above. See 
also LIBS below.<BR>#CFLAGS=-O -DHAVE_LIBXPM -DHAVE_LIBJPEG -DHAVE_LIBPNG 
-DHAVE_LIBTTF<BR>CFLAGS=-O -DHAVE_JPEG -DHAVE_LIBJPEG -DHAVE_LIBPNG 
-DHAVE-LIB_FREETYPE -DHAVE_LIBTTF -DMSWIN32</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2># -DHAVE_LIBFREETYPE can be used instead of 
-DHAVE_TTF to use the<BR># newer FreeType2 libraries</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>#Libraries required for applications 
<BR>LIBS=gd.lib ../libpng/projects/msvc/win32/libpng/dll/libpng.lib 
../zlib/release/zlib.lib ../jpeg/libjpeg.lib<BR>#LIBS=gd.lib libpng.lib zlib.lib 
libjpeg.lib libttf.lib</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>#Libraries required for gd.lib 
itself<BR>GDLIBS=../libpng/projects/msvc/win32/libpng/dll/libpng.lib 
../zlib/release/zlib.lib&nbsp; ../jpeg/libjpeg.lib 
../freetype/lib/freetype200b8.lib&nbsp; 
../tiff/libtiff/libtiff.lib<BR>#GDLIBS=libpng.lib zlib.lib libjpeg.lib 
libttf.lib</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>#Typical install locations for freetype, 
zlib, jpeg, xpm and <BR>#libpng header files. If yours are somewhere else, 
change this. <BR>INCLUDEDIRS=-I../zlib -I../libpng -I../jpeg -I../freetype/lib 
-I../freetype/include/freetype -I../freetype/include -I../tiff <BR>#Typical 
install locations for freetype, zlib, xpm, libjpeg and <BR>#libpng 
libraries.<BR>#<BR>#If yours are somewhere else, other than a standard 
location<BR>#such as /lib or /usr/lib, then change this. Be sure to keep<BR>#-L. 
as this allows the gd library itself to be found.<BR>#Put -L. first so that old 
versions of the gd library elsewhere<BR>#on your system can't cause conflicts 
while building a new one.<BR>LIBDIRS=&nbsp; </FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>#Location where gd.lib should be installed by 
"make install".<BR>INSTALL_LIB=C:\Program Files\Microsoft Visual 
Studio\VC98\Lib</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>#Location where .h files should be installed 
by "make install".<BR>INSTALL_INCLUDE=C:\Program Files\Microsoft Visual 
Studio\VC98\Include</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2><BR>#Location where useful non-test programs 
should be installed by "make install".<BR>INSTALL_BIN=C:\Program Files\Microsoft 
Visual Studio\VC98\Bin</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>#<BR>#<BR># Changes should not be required 
below here.<BR>#<BR>#</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>VERSION=1.8.1</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>CC=$(COMPILER) $(INCLUDEDIRS)<BR>LINK=$(CC) 
$(LIB)$(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>PROGRAMS=$(BIN_PROGRAMS) 
$(TEST_PROGRAMS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>BIN_PROGRAMS=pngtogd.exe pngtogd2.exe 
gdtopng.exe gd2topng.exe gd2copypal.exe gdparttopng.exe webpng.exe gd2togif.exe 
gdcmpgif.exe giftogd2.exe</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>TEST_PROGRAMS=gdtest.exe gddemo.exe 
gd2time.exe gdtestttf.exe gdtestft.exe</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>all: gd.lib $(PROGRAMS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>gddemo.exe: gddemo.c gd.lib<BR>&nbsp;$(CC) 
gddemo.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>pngtogd.exe: pngtogd.c gd.lib<BR>&nbsp;$(CC) 
pngtogd.c $(LIBDIRS) $(LIBS) </FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>webpng.exe: webpng.c gd.lib<BR>&nbsp;$(CC) 
webpng.c &nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>pngtogd2.exe: pngtogd2.c 
gd.lib<BR>&nbsp;$(CC) pngtogd2.c&nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>gdtopng.exe: gdtopng.c gd.lib<BR>&nbsp;$(CC) 
gdtopng.c &nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>gd2topng.exe: gd2topng.c 
gd.lib<BR>&nbsp;$(CC) gd2topng.c&nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>gd2copypal.exe: gd2copypal.c 
gd.lib<BR>&nbsp;$(CC) gd2copypal.c&nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>gdparttopng.exe: gdparttopng.c 
gd.lib<BR>&nbsp;$(CC) gdparttopng.c&nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>gdtest.exe: gdtest.c gd.lib<BR>&nbsp;$(CC) 
gdtest.c &nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>gd2time.exe: gd2time.c gd.lib<BR>&nbsp;$(CC) 
gd2time.c&nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>gdtestttf.exe: gdtestttf.c 
gd.lib<BR>&nbsp;$(CC) gdtestttf.c &nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>gdtestft.exe: gdtestft.c 
gd.lib<BR>&nbsp;$(CC) gdtestft.c &nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>gd2togif.exe: gd2togif.c 
gd.lib<BR>&nbsp;$(CC) gd2togif.c&nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>gdcmpgif.exe: gdcmpgif.c 
gd.lib<BR>&nbsp;$(CC) gdcmpgif.c&nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>giftogd2.exe: giftogd2.c 
gd.lib<BR>&nbsp;$(CC) giftogd2.c&nbsp;$(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>OBJS=gd.obj gdhelpers.obj gd_gd.obj 
gd_gd2.obj gd_io.obj gd_io_dp.obj gd_io_file.obj gd_ss.obj 
\<BR>&nbsp;gd_io_ss.obj gd_png.obj gdxpm.obj gdfontt.obj gdfonts.obj 
gdfontmb.obj gdfontl.obj \<BR>&nbsp;gd_gif_in.obj gd_gif_out.obj 
gd_biggif_out.obj gd_lzw_out.obj \<BR>&nbsp;gdfontg.obj gdtables.obj gdttf.obj 
gdft.obj gdcache.obj gdkanji.obj gd_jpeg.obj gd_wbmp.obj 
wbmp.obj</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>gd.lib:&nbsp; $(OBJS) gd.h gdfontt.h 
gdfonts.h gdfontmb.h gdfontl.h gdfontg.h&nbsp;<BR>&nbsp;$(AR) $(OBJS) $(GDLIBS) 
</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>clean:<BR>&nbsp;del *.obj *.lib 
$(PROGRAMS)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>&nbsp;</DIV></FONT></FONT></BODY></HTML>