[mapserver-commits] r8922 - sandbox/graphics

svn at osgeo.org svn at osgeo.org
Sat Apr 18 17:13:43 EDT 2009


Author: tamas
Date: 2009-04-18 17:13:43 -0400 (Sat, 18 Apr 2009)
New Revision: 8922

Modified:
   sandbox/graphics/nmake.opt
Log:
MSVC2008 support

Modified: sandbox/graphics/nmake.opt
===================================================================
--- sandbox/graphics/nmake.opt	2009-04-18 21:05:40 UTC (rev 8921)
+++ sandbox/graphics/nmake.opt	2009-04-18 21:13:43 UTC (rev 8922)
@@ -87,7 +87,7 @@
 # Optmization, debug, and related compile flags.
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-!IF $(MSVC_VER) == 1400
+!IF $(MSVC_VER) >= 1400
 !IFNDEF MS_DEBUG
 # Optimized, with using MSVCRT. 
 OPTFLAGS =	/nologo /Ox /MD $(WARNING_LEVEL) $(DEBUG) /EHsc /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE



More information about the mapserver-commits mailing list