[mapserver-commits] r9229 -
branches/branch-5-4/mapserver/mapscript/csharp
svn at osgeo.org
svn at osgeo.org
Sun Jul 26 07:44:58 EDT 2009
Author: tamas
Date: 2009-07-26 07:44:57 -0400 (Sun, 26 Jul 2009)
New Revision: 9229
Modified:
branches/branch-5-4/mapserver/mapscript/csharp/Makefile.in
branches/branch-5-4/mapserver/mapscript/csharp/Makefile.vc
Log:
switched to png24 in the C# inline tests (#3074)
Modified: branches/branch-5-4/mapserver/mapscript/csharp/Makefile.in
===================================================================
--- branches/branch-5-4/mapserver/mapscript/csharp/Makefile.in 2009-07-26 11:11:40 UTC (rev 9228)
+++ branches/branch-5-4/mapserver/mapscript/csharp/Makefile.in 2009-07-26 11:44:57 UTC (rev 9229)
@@ -253,7 +253,7 @@
test:
LC_ALL=C mono ./shpdump.exe ../../tests/point.shp
LC_ALL=C mono ./shapeinfo.exe ../../tests/point.shp
- LC_ALL=C mono ./inline.exe aggpng24 inline_test.png
+ LC_ALL=C mono ./inline.exe png24 inline_test.png
LC_ALL=C mono ./drawmap.exe ../../tests/test.map test_csharp.png
ifeq ($(strip $(AGG)),-DUSE_AGG)
LC_ALL=C mono ./drawmap.exe ../../tests/test.map test_csharp_agg.png aggpng24
Modified: branches/branch-5-4/mapserver/mapscript/csharp/Makefile.vc
===================================================================
--- branches/branch-5-4/mapserver/mapscript/csharp/Makefile.vc 2009-07-26 11:11:40 UTC (rev 9228)
+++ branches/branch-5-4/mapserver/mapscript/csharp/Makefile.vc 2009-07-26 11:44:57 UTC (rev 9229)
@@ -95,13 +95,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 png24 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 aggpng24 inline_test.png
+ inline png24 inline_test.png
drawmap ../../tests/test.map test_csharp.png
!IFDEF AGG
drawmap ../../tests/test.map test_csharp_agg.png aggpng24
More information about the mapserver-commits
mailing list