<!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 MapServer to read TIFF. I
already have <FONT size=3><FONT
color=#800080>tiff-v3.5.5.zip</FONT></FONT> But after
compiled, </FONT></DIV>
<DIV><FONT face=Arial size=2>i got mapserv.exe, no TIFF effect, there
is no different like it doesn't compile it. Do i have to
configure anything else??? </FONT></DIV>
<DIV><FONT face=Arial><FONT size=2></FONT></FONT> </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> </DIV>
<DIV><FONT face=Arial size=2>these are my makefile.</FONT></DIV>
<DIV><FONT face=Arial size=2>====ms35gif_nightly.zip -->
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># - Open a DOS prompt window<BR># - Run the
VCVARS32.BAT script to initialize the VC++ environment variables<BR># -
Start the build with: 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> </DIV>
<DIV><FONT face=Arial size=2>#OPTFLAGS = /nologo /Zi /W3
/DDEBUG<BR>OPTFLAGS = /nologo /Zi <BR>BASE_CFLAGS = $(OPTFLAGS)
<BR>LDFLAGS = /NODEFAULTLIB:libcd</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>CC= cl<BR>LINK=
link</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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> </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> </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> </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> </DIV>
<DIV><FONT face=Arial size=2># GD distribution (graphics library GIF and/or PNG
support). (REQUIRED)<BR>#<BR># - Version 1.2 is included and writes
LZW GIF (-DUSE_GD_GIF -DUSE_GD_SWAP_XY).<BR># - Versions 1.3 to 1.5
write non-LZW GIF (-DUSE_GD_GIF).<BR># - Versions 1.6 and greater
write PNG (-DUSE_GD_PNG). Add -lpng -lz to GD_LIB line.<BR># -
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= gd-1.2/gdfontt.obj gd-1.2/gdfonts.obj
gd-1.2/gdfontmb.obj \<BR># gd-1.2/gdfontl.obj
gd-1.2/gdfontg.obj<BR>#GD_INC= -I./gd-1.2<BR>#GD_LIB= gd-1.2/gd.lib<BR>#GD=
-DUSE_GD_GIF -DUSE_GD_SWAP_XY<BR>#MAKE_GD=gd</FONT></DIV>
<DIV> </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= -I ./gd-1.8.4<BR>GD_LIB=
./gd-1.8.4/gd.lib ./jpeg/libjpeg.lib
./libpng/projects/msvc/win32/libpng/dll/libpng.lib
\<BR> ./zlib/release/zlib.lib
./freetype/lib/freetype200b8.lib<BR>GD= -DUSE_GD_GIF
-DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_TTF \<BR> -DUSE_GD_TTF
-DGD_HAS_GDIMAGEGIFPTR<BR>MAKE_GD=gd</FONT></DIV>
<DIV> </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> </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> </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> </DIV>
<DIV># OGR Support OGC Simple Feature inspired interface for vector<BR>#
formats. 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> </DIV>
<DIV># ESRI SDE support.<BR>SDE_OPT=-DUSE_SDE<BR>SDE_INC=-I
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> </DIV>
<DIV>#<BR># UofMN GIS/Image Processing Extension (very
experimental)<BR>#<BR>#EGIS=-DUSE_EGIS</DIV>
<DIV> </DIV>
<DIV>#ERR_OBJ=./errLog/errLog.o<BR>#ERR_INC=-I./errLog<BR>#ERR_LIB=-L./errLog
-lerrLog</DIV>
<DIV> </DIV>
<DIV>#IMGGEN_OBJ=./imgSrc/imgLib.o<BR>#IMGGEN_INC=-I./imgSrc<BR>#IMGGEN_LIB=-L./imgSrc
-limgGEN</DIV>
<DIV> </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># <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> </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>#
$(PHP_REGEX)\regexec.obj $(PHP_REGEX)\regfree.obj<BR>#REGEX_INC=-I$(PHP_REGEX)
-DPHP_NO_ALIASES</DIV>
<DIV> </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> </DIV>
<DIV>#<BR># --- You shouldn't have to edit anything else. ---<BR>#</DIV>
<DIV> </DIV>
<DIV>#<BR># Main MapServer library.<BR>#<BR>MS_LIB
= mapserver.lib<BR>MS_OBJS = mapbits.obj maphash.obj mapshape.obj
mapxbase.obj \<BR> mapparser.obj maplexer.obj mapindex.obj
maptree.obj \<BR> mapsearch.obj mapstring.obj mapsymbol.obj
mapfile.obj \<BR> maplegend.obj maputil.obj mapscale.obj mapquery.obj
\<BR> maplabel.obj maperror.obj mapprimitive.obj
mapproject.obj\<BR> mapraster.obj cgiutil.obj mapsde.obj mapogr.obj
\<BR>
mappostgis.obj maplayer.obj mapresample.obj mapwms.obj
\<BR> mapwmslayer.obj mapgml.obj\<BR> $(EPPL_OBJ)
$(REGEX_OBJ)</DIV>
<DIV> </DIV>
<DIV>MS_HDRS = map.h mapfile.h</DIV>
<DIV> </DIV>
<DIV>MS_EXE = mapserv.exe shp2img.exe legend.exe
\<BR> shptree.exe scalebar.exe sortshp.exe tile4ms.exe</DIV>
<DIV> </DIV>
<DIV>#<BR>#<BR>#<BR>LIBS = $(MS_LIB) $(GD_LIB) $(TIFF_LIB) $(JPEG_LIB)
$(SDE_LIB)\<BR> $(PROJ_LIB) $(ERR_LIB) $(IMGGEN_LIB) $(OGR_LIB)
</DIV>
<DIV> </DIV>
<DIV>INCLUDES = $(GD_INC) $(TIFF_INC) $(JPEG_INC)
$(SDE_INC)\<BR> $(PROJ_INC) $(ERR_INC) $(IMGGEN_INC) $(REGEX_INC)
$(OGR_INC) </DIV>
<DIV> </DIV>
<DIV>CFLAGS = $(BASE_CFLAGS) $(INCLUDES) $(REGEX_OPT) $(STRINGS) $(SDE_OPT)
\<BR> $(EPPL) $(PROJ) $(TIFF) $(JPEG) $(GD) $(OGR) $(WMS)</DIV>
<DIV> </DIV>
<DIV>default: all</DIV>
<DIV> </DIV>
<DIV>all: $(MAKE_GD) $(MS_LIB) $(MS_EXE)</DIV>
<DIV> </DIV>
<DIV>$(MS_OBJS): $(MS_HDRS)</DIV>
<DIV> </DIV>
<DIV>$(MS_LIB): $(MS_OBJS)<BR> copy $(GDAL_DIR)\gdal.pdb
.<BR> lib /out:$(MS_LIB) $(MS_OBJS)</DIV>
<DIV> </DIV>
<DIV>$(MS_EXE): $(LIBS)</DIV>
<DIV> </DIV>
<DIV>gd::<BR> cd gd-1.8.4<BR> nmake /f makefile.nt gd.lib
OPTFLAGS="$(OPTFLAGS)"<BR> cd ..</DIV>
<DIV> </DIV>
<DIV>.c.obj: <BR> $(CC) $(CFLAGS) /c $*.c /Fo$*.obj</DIV>
<DIV> </DIV>
<DIV>.cpp.obj: <BR> $(CC) $(CFLAGS) /c $*.cpp /Fo$*.obj</DIV>
<DIV> </DIV>
<DIV>.c.exe:<BR> $(CC) $(CFLAGS) /c $*.c /Fo$*.obj<BR> $(LINK)
$(LDFLAGS) $*.obj $(LIBS)</DIV>
<DIV> </DIV>
<DIV>.cpp.exe:<BR> $(CC) $(CFLAGS) /c $*.cpp /Fo$*.obj<BR> $(LINK)
$(LDFLAGS) $*.obj $(LIBS)</DIV>
<DIV> </DIV>
<DIV><BR>clean:<BR> del *.obj<BR> del $(REGEX_OBJ)<BR> del
$(MS_LIB)<BR> del $(MS_EXE)<BR> del *.pdb<BR> del
*.exp<BR> del *.ilk<BR> cd gd-1.8.4<BR> nmake -f makefile.nt
clean<BR> cd ..<BR> cd gdft<BR> nmake -f makefile.vc
clean<BR> cd ..<BR>=======gd-1.8.4amgif.tar.gz --> 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> </DIV>
<DIV><FONT face=Arial><FONT size=2>COMPILER=cl</FONT></FONT></DIV>
<DIV> </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> </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> </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> </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> </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> </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> </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 ../jpeg/libjpeg.lib
../freetype/lib/freetype200b8.lib
../tiff/libtiff/libtiff.lib<BR>#GDLIBS=libpng.lib zlib.lib libjpeg.lib
libttf.lib</FONT></FONT></DIV>
<DIV> </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= </FONT></FONT></DIV>
<DIV> </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> </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> </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> </DIV>
<DIV><FONT face=Arial><FONT size=2>#<BR>#<BR># Changes should not be required
below here.<BR>#<BR>#</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>VERSION=1.8.1</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>CC=$(COMPILER) $(INCLUDEDIRS)<BR>LINK=$(CC)
$(LIB)$(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>PROGRAMS=$(BIN_PROGRAMS)
$(TEST_PROGRAMS)</FONT></FONT></DIV>
<DIV> </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> </DIV>
<DIV><FONT face=Arial><FONT size=2>TEST_PROGRAMS=gdtest.exe gddemo.exe
gd2time.exe gdtestttf.exe gdtestft.exe</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>all: gd.lib $(PROGRAMS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>gddemo.exe: gddemo.c gd.lib<BR> $(CC)
gddemo.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>pngtogd.exe: pngtogd.c gd.lib<BR> $(CC)
pngtogd.c $(LIBDIRS) $(LIBS) </FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>webpng.exe: webpng.c gd.lib<BR> $(CC)
webpng.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>pngtogd2.exe: pngtogd2.c
gd.lib<BR> $(CC) pngtogd2.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>gdtopng.exe: gdtopng.c gd.lib<BR> $(CC)
gdtopng.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>gd2topng.exe: gd2topng.c
gd.lib<BR> $(CC) gd2topng.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>gd2copypal.exe: gd2copypal.c
gd.lib<BR> $(CC) gd2copypal.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>gdparttopng.exe: gdparttopng.c
gd.lib<BR> $(CC) gdparttopng.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>gdtest.exe: gdtest.c gd.lib<BR> $(CC)
gdtest.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>gd2time.exe: gd2time.c gd.lib<BR> $(CC)
gd2time.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>gdtestttf.exe: gdtestttf.c
gd.lib<BR> $(CC) gdtestttf.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>gdtestft.exe: gdtestft.c
gd.lib<BR> $(CC) gdtestft.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>gd2togif.exe: gd2togif.c
gd.lib<BR> $(CC) gd2togif.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>gdcmpgif.exe: gdcmpgif.c
gd.lib<BR> $(CC) gdcmpgif.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>giftogd2.exe: giftogd2.c
gd.lib<BR> $(CC) giftogd2.c $(LIBDIRS) $(LIBS)</FONT></FONT></DIV>
<DIV> </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> gd_io_ss.obj gd_png.obj gdxpm.obj gdfontt.obj gdfonts.obj
gdfontmb.obj gdfontl.obj \<BR> gd_gif_in.obj gd_gif_out.obj
gd_biggif_out.obj gd_lzw_out.obj \<BR> gdfontg.obj gdtables.obj gdttf.obj
gdft.obj gdcache.obj gdkanji.obj gd_jpeg.obj gd_wbmp.obj
wbmp.obj</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>gd.lib: $(OBJS) gd.h gdfontt.h
gdfonts.h gdfontmb.h gdfontl.h gdfontg.h <BR> $(AR) $(OBJS) $(GDLIBS)
</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2>clean:<BR> del *.obj *.lib
$(PROGRAMS)</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial><FONT size=2> </DIV></FONT></FONT></BODY></HTML>