[mapserver-commits] r7215 - trunk/mapserver/mapscript/csharp

svn at osgeo.org svn at osgeo.org
Wed Dec 26 17:35:56 EST 2007


Author: tamas
Date: 2007-12-26 17:35:56 -0500 (Wed, 26 Dec 2007)
New Revision: 7215

Modified:
   trunk/mapserver/mapscript/csharp/Makefile.vc
Log:
Fixed the tests with Mono on Windows

Modified: trunk/mapserver/mapscript/csharp/Makefile.vc
===================================================================
--- trunk/mapserver/mapscript/csharp/Makefile.vc	2007-12-26 22:34:11 UTC (rev 7214)
+++ trunk/mapserver/mapscript/csharp/Makefile.vc	2007-12-26 22:35:56 UTC (rev 7215)
@@ -90,7 +90,7 @@
 	mono shapeinfo.exe ../../tests/point.shp
 	mono drawmap.exe ../../tests/test.map test_csharp.png
 !IFDEF AGG
-	mono drawmap.exe ../../tests/test.map aggpng24 test_csharp_agg.png
+	mono drawmap.exe ../../tests/test.map test_csharp_agg.png aggpng24
 !ENDIF
 	mono getbytes.exe ../../tests/test.map test_csharp2.png
 !ELSE



More information about the mapserver-commits mailing list