[mapserver-commits] r8928 - sandbox/graphics

svn at osgeo.org svn at osgeo.org
Sun Apr 19 13:37:25 EDT 2009


Author: tamas
Date: 2009-04-19 13:37:25 -0400 (Sun, 19 Apr 2009)
New Revision: 8928

Modified:
   sandbox/graphics/Makefile.vc
Log:
Adding -DUSE_GENERIC_MS_NINT to the WIN64 MapScript builds

Modified: sandbox/graphics/Makefile.vc
===================================================================
--- sandbox/graphics/Makefile.vc	2009-04-19 17:33:05 UTC (rev 8927)
+++ sandbox/graphics/Makefile.vc	2009-04-19 17:37:25 UTC (rev 8928)
@@ -136,7 +136,11 @@
 mapscriptvars: makefile.vc nmake.opt
 	-del mapscriptvars
 	echo $(MS_CURRENT) > mapscriptvars
+!IFDEF WIN64
+        echo $(MS_DEFS) -DWIN32 -D_WIN32 -DUSE_GENERIC_MS_NINT >> mapscriptvars
+!ELSE
 	echo $(MS_DEFS) -DWIN32 -D_WIN32 >> mapscriptvars
+!ENDIF
 	echo $(INCLUDES) >> mapscriptvars
 	echo $(LIBS_DLL) >> mapscriptvars
 	echo $(LIBS) >> mapscriptvars



More information about the mapserver-commits mailing list