[mapserver-commits] r9023 - in branches/branch-5-4/mapserver: .
mapscript/csharp
svn at osgeo.org
svn at osgeo.org
Mon May 18 17:25:37 EDT 2009
Author: tamas
Date: 2009-05-18 17:25:37 -0400 (Mon, 18 May 2009)
New Revision: 9023
Modified:
branches/branch-5-4/mapserver/HISTORY.TXT
branches/branch-5-4/mapserver/mapscript/csharp/Makefile.in
Log:
Change the dll mapping rules to support the recent MONO versions (#3019)
Modified: branches/branch-5-4/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-4/mapserver/HISTORY.TXT 2009-05-15 19:14:30 UTC (rev 9022)
+++ branches/branch-5-4/mapserver/HISTORY.TXT 2009-05-18 21:25:37 UTC (rev 9023)
@@ -14,6 +14,9 @@
Current Version:
----------------
+- Change the dll mapping rules to support the recent MONO versions
+(#3019)
+
- Added CURL_CA_BUNDLE env. var. to enable using HTTPS services in WMS/WFS
client connections (#3007)
Modified: branches/branch-5-4/mapserver/mapscript/csharp/Makefile.in
===================================================================
--- branches/branch-5-4/mapserver/mapscript/csharp/Makefile.in 2009-05-15 19:14:30 UTC (rev 9022)
+++ branches/branch-5-4/mapserver/mapscript/csharp/Makefile.in 2009-05-18 21:25:37 UTC (rev 9023)
@@ -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