[mapserver-commits] r8627 - in branches/branch-5-2/mapserver: .
mapscript/csharp
svn at osgeo.org
svn at osgeo.org
Sun Mar 1 09:35:44 EST 2009
Author: tamas
Date: 2009-03-01 09:35:44 -0500 (Sun, 01 Mar 2009)
New Revision: 8627
Modified:
branches/branch-5-2/mapserver/HISTORY.TXT
branches/branch-5-2/mapserver/mapscript/csharp/Makefile.vc
Log:
Fixed the c# compiler options for MSVC 2008 (#2910)
Modified: branches/branch-5-2/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-2/mapserver/HISTORY.TXT 2009-03-01 14:33:58 UTC (rev 8626)
+++ branches/branch-5-2/mapserver/HISTORY.TXT 2009-03-01 14:35:44 UTC (rev 8627)
@@ -13,6 +13,8 @@
Current Version (SVN branch-5-2)
--------------------------------
+- Fixed the c# compiler options for MSVC 2008 (#2910)
+
- Fixed memory leaks when using msUpdate*FromString methods. (#2857)
- Fixed endianness issues with wide character strings for ArcSDE (#2878).
Modified: branches/branch-5-2/mapserver/mapscript/csharp/Makefile.vc
===================================================================
--- branches/branch-5-2/mapserver/mapscript/csharp/Makefile.vc 2009-03-01 14:33:58 UTC (rev 8626)
+++ branches/branch-5-2/mapserver/mapscript/csharp/Makefile.vc 2009-03-01 14:35:44 UTC (rev 8627)
@@ -30,7 +30,7 @@
!IFDEF MONO
CSC = mcs
!ELSE
-!IF $(MSVC_VER) == 1400
+!IF $(MSVC_VER) >= 1400
!IFDEF WIN64
CSC = csc /platform:anycpu
!ELSE
More information about the mapserver-commits
mailing list