[mapserver-commits] r8626 - in trunk/mapserver: . mapscript/csharp
svn at osgeo.org
svn at osgeo.org
Sun Mar 1 09:33:58 EST 2009
Author: tamas
Date: 2009-03-01 09:33:58 -0500 (Sun, 01 Mar 2009)
New Revision: 8626
Modified:
trunk/mapserver/HISTORY.TXT
trunk/mapserver/mapscript/csharp/Makefile.vc
Log:
Fixed the c# compiler options for MSVC 2008 (#2910)
Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT 2009-02-28 20:28:57 UTC (rev 8625)
+++ trunk/mapserver/HISTORY.TXT 2009-03-01 14:33:58 UTC (rev 8626)
@@ -12,6 +12,8 @@
Current Version (SVN trunk):
----------------------------
+- Fixed C# the compiler options for MSVC 2008 (#2910)
+
- Fix build problem with mapogcsld.c when OWS services are not available (#473)
- Fix build on windows (maputil.c)
Modified: trunk/mapserver/mapscript/csharp/Makefile.vc
===================================================================
--- trunk/mapserver/mapscript/csharp/Makefile.vc 2009-02-28 20:28:57 UTC (rev 8625)
+++ trunk/mapserver/mapscript/csharp/Makefile.vc 2009-03-01 14:33:58 UTC (rev 8626)
@@ -36,7 +36,7 @@
!IFDEF MONO
CSC = mcs
!ELSE
-!IF $(MSVC_VER) == 1400
+!IF $(MSVC_VER) >= 1400
!IFDEF WIN64
CSC = csc /platform:anycpu $(CSDEBUG)
!ELSE
More information about the mapserver-commits
mailing list