[mapserver-commits] r7866 - branches/branch-5-2/mapserver

svn at osgeo.org svn at osgeo.org
Tue Aug 19 09:57:29 EDT 2008


Author: tamas
Date: 2008-08-19 09:57:29 -0400 (Tue, 19 Aug 2008)
New Revision: 7866

Modified:
   branches/branch-5-2/mapserver/nmake.opt
Log:
Back out BGDWIN32 that should not be defined when compiling libgd instead.

Modified: branches/branch-5-2/mapserver/nmake.opt
===================================================================
--- branches/branch-5-2/mapserver/nmake.opt	2008-08-19 13:55:23 UTC (rev 7865)
+++ branches/branch-5-2/mapserver/nmake.opt	2008-08-19 13:57:29 UTC (rev 7866)
@@ -826,9 +826,9 @@
           $(SDE_OPT) $(ICONV) $(GEOS) $(ZLIB) $(SOS)  $(XML2_ENABLED) $(AGG) $(RGBA_PNG_ENABLED) $(FRIBIDI)
 
 !IFDEF WIN64
-MS_CFLAGS=$(INCLUDES) $(MS_DEFS) -DWIN32 -D_WIN32 -DUSE_GENERIC_MS_NINT -DBGDWIN32
+MS_CFLAGS=$(INCLUDES) $(MS_DEFS) -DWIN32 -D_WIN32 -DUSE_GENERIC_MS_NINT
 !ELSE
-MS_CFLAGS=$(INCLUDES) $(MS_DEFS) -DWIN32 -D_WIN32 -DBGDWIN32
+MS_CFLAGS=$(INCLUDES) $(MS_DEFS) -DWIN32 -D_WIN32
 !ENDIF
 
 



More information about the mapserver-commits mailing list