[mapserver-commits] r13143 - trunk/mapserver/mapscript/csharp
svn at osgeo.org
svn at osgeo.org
Mon Feb 13 15:29:51 EST 2012
Author: tamas
Date: 2012-02-13 12:29:51 -0800 (Mon, 13 Feb 2012)
New Revision: 13143
Modified:
trunk/mapserver/mapscript/csharp/Makefile.vc
Log:
Temporarily disable the inline example due to the missing methods of the classObj implementation
Modified: trunk/mapserver/mapscript/csharp/Makefile.vc
===================================================================
--- trunk/mapserver/mapscript/csharp/Makefile.vc 2012-02-13 17:33:11 UTC (rev 13142)
+++ trunk/mapserver/mapscript/csharp/Makefile.vc 2012-02-13 20:29:51 UTC (rev 13143)
@@ -88,7 +88,7 @@
$(CSC) $(CSFLAGS) /t:library /out:mapscript_csharp.dll *.cs config\AssemblyInfo.cs
$(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /out:shpdump.exe examples\shpdump.cs
$(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /out:drawmap.exe examples\drawmap.cs
- $(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /out:inline.exe examples\inline.cs
+# $(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /out:inline.exe examples\inline.cs
$(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /out:shapeinfo.exe examples\shapeinfo.cs
$(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /out:drawquery.exe examples\drawquery.cs
$(CSC) $(CSFLAGS) /r:mapscript_csharp.dll /r:System.Drawing.dll /out:getbytes.exe examples\getbytes.cs
@@ -101,13 +101,13 @@
!IFDEF MONO
mono shpdump.exe ../../tests/point.shp
mono shapeinfo.exe ../../tests/point.shp
- mono inline.exe aggpng24 inline_test.png
+# mono inline.exe aggpng24 inline_test.png
mono getbytes.exe ../../tests/test.map test_csharp2.png
mono RFC24.exe ../../tests/test.map
!ELSE
shpdump ../../tests/point.shp
shapeinfo ../../tests/point.shp
- inline png24 inline_test.png
+# inline png24 inline_test.png
getbytes ../../tests/test.map test_csharp2.png
RFC24.exe ../../tests/test.map
!ENDIF
More information about the mapserver-commits
mailing list