[MXD2map-commits] r347:02d3c1665a46

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Fri Nov 16 18:29:00 CET 2012


details:   http://hg.intevation.org/geospatial/mxd2map/rev/02d3c1665a46

changeset: 347:02d3c1665a46

user:      Andre Heinecke <aheinecke at intevation.de>

date:      Fri Nov 16 17:02:33 2012 +0100

description:
Shorten long paths for better pdf representation


diffstat:

 INSTALL.txt |  18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r ab4e4c4b83c9 -r 02d3c1665a46 INSTALL.txt
--- a/INSTALL.txt	Fri Nov 16 17:02:07 2012 +0100
+++ b/INSTALL.txt	Fri Nov 16 17:02:33 2012 +0100
@@ -164,12 +164,22 @@
 
     :hideoci
     @echo Hiding the OCI plugin library.
-    if not exist %GDAL_PATH%\bin\gdal\plugins-optional mkdir %GDAL_PATH%\bin\gdal\plugins-optional
-    if exist %GDAL_PATH%\bin\gdal\plugins\ogr_OCI.dll move %GDAL_PATH%\bin\gdal\plugins\ogr_OCI.dll %GDAL_PATH%\bin\gdal\plugins-optional\ogr_OCI.dll
-    if exist %GDAL_PATH%\bin\gdal\plugins\gdal_GEOR.dll move %GDAL_PATH%\bin\gdal\plugins\gdal_GEOR.dll %GDAL_PATH%\bin\gdal\plugins-optional\gdal_GEOR.dll
+    if not exist %GDAL_PATH%\bin\gdal\plugins-optional ^
+        mkdir %GDAL_PATH%\bin\gdal\plugins-optional
+    if exist %GDAL_PATH%\bin\gdal\plugins\ogr_OCI.dll ^
+        move %GDAL_PATH%\bin\gdal\plugins\ogr_OCI.dll ^
+        %GDAL_PATH%\bin\gdal\plugins-optional\ogr_OCI.dll
+    if exist %GDAL_PATH%\bin\gdal\plugins\gdal_GEOR.dll ^
+        move %GDAL_PATH%\bin\gdal\plugins\gdal_GEOR.dll ^
+        %GDAL_PATH%\bin\gdal\plugins-optional\gdal_GEOR.dll
 
     :setenv2
-    SET PATH=%ARCGISSDK_PATH%\java\jre\bin;%ARCGISENGINE_PATH%\bin;%MXD2MAP_PATH%\bin;%MAPSERVER_PATH%\bin\gdal\python\osgeo;%MAPSERVER_PATH%\bin\proj\apps;%MAPSERVER_PATH%\bin\gdal\apps;%MAPSERVER_PATH%\bin\ms\apps;%MAPSERVER_PATH%\bin\gdal\csharp;%MAPSERVER_PATH%\bin\ms\csharp;%MAPSERVER_PATH%\bin\curl;%MAPSERVER_PATH%\bin\ms\java;%PATH%
+    SET PATH=%ARCGISSDK_PATH%\java\jre\bin;%ARCGISENGINE_PATH%\bin;^
+    %MXD2MAP_PATH%\bin;%MAPSERVER_PATH%\bin\gdal\python\osgeo;^
+    %MAPSERVER_PATH%\bin\proj\apps;%MAPSERVER_PATH%\bin\gdal\apps;^
+    %MAPSERVER_PATH%\bin\ms\apps;%MAPSERVER_PATH%\bin\gdal\csharp;^
+    %MAPSERVER_PATH%\bin\ms\csharp;%MAPSERVER_PATH%\bin\curl;^
+    %MAPSERVER_PATH%\bin\ms\java;%PATH%
     SET GDAL_DATA=%MAPSERVER_PATH%\bin\gdal-data
     SET GDAL_DRIVER_PATH=%MAPSERVER_PATH%\bin\gdal\plugins
     SET PYTHONPATH=%MAPSERVER_PATH%\bin\gdal\python\osgeo;%PYTHONPATH%


More information about the MXD2map-commits mailing list