[mapserver-commits] r8846 - trunk/mapserver/mapscript/csharp
svn at osgeo.org
svn at osgeo.org
Mon Mar 30 09:32:07 EDT 2009
Author: tamas
Date: 2009-03-30 09:32:06 -0400 (Mon, 30 Mar 2009)
New Revision: 8846
Modified:
trunk/mapserver/mapscript/csharp/Makefile.in
Log:
Change the dll mapping rules to support the recent MONO versions
Modified: trunk/mapserver/mapscript/csharp/Makefile.in
===================================================================
--- trunk/mapserver/mapscript/csharp/Makefile.in 2009-03-29 19:34:13 UTC (rev 8845)
+++ trunk/mapserver/mapscript/csharp/Makefile.in 2009-03-30 13:32:06 UTC (rev 8846)
@@ -218,7 +218,7 @@
#
# --- You shouldn't have to edit anything else. ---
#
-all: interface mapscript_so mapscript_csharp dll_config
+all: interface mapscript_so mapscript_csharp
sign:
sn -k mapscript.snk
@@ -243,11 +243,11 @@
dll_config: Makefile
rm -rf mapscript_csharp.dll.config
echo "<configuration>" >> mapscript_csharp.dll.config
- echo "<dllmap dll=\"mapscript\" target=\""$(LIBMAPSCRIPT_SHARED)"\">" >> mapscript_csharp.dll.config
+ echo "<dllmap dll=\"mapscript\" target=\""mapscript"\">" >> mapscript_csharp.dll.config
echo "</configuration>" >> mapscript_csharp.dll.config
clean:
- rm -rf edu *.o *.c *.cs *. at SO_EXT@ *.dll
+ rm -rf edu *.o *.c *.cs *. at SO_EXT@ *.dll *.dll.config
test:
LC_ALL=C mono ./shpdump.exe ../../tests/point.shp
More information about the mapserver-commits
mailing list