comparison INSTALL.txt @ 347:02d3c1665a46

Shorten long paths for better pdf representation
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 16 Nov 2012 17:02:33 +0100
parents 5e7e6d99f997
children
comparison
equal deleted inserted replaced
346:ab4e4c4b83c9 347:02d3c1665a46
162 @echo SDKShell hideoci 162 @echo SDKShell hideoci
163 goto setenv2 163 goto setenv2
164 164
165 :hideoci 165 :hideoci
166 @echo Hiding the OCI plugin library. 166 @echo Hiding the OCI plugin library.
167 if not exist %GDAL_PATH%\bin\gdal\plugins-optional mkdir %GDAL_PATH%\bin\gdal\plugins-optional 167 if not exist %GDAL_PATH%\bin\gdal\plugins-optional ^
168 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 168 mkdir %GDAL_PATH%\bin\gdal\plugins-optional
169 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 169 if exist %GDAL_PATH%\bin\gdal\plugins\ogr_OCI.dll ^
170 move %GDAL_PATH%\bin\gdal\plugins\ogr_OCI.dll ^
171 %GDAL_PATH%\bin\gdal\plugins-optional\ogr_OCI.dll
172 if exist %GDAL_PATH%\bin\gdal\plugins\gdal_GEOR.dll ^
173 move %GDAL_PATH%\bin\gdal\plugins\gdal_GEOR.dll ^
174 %GDAL_PATH%\bin\gdal\plugins-optional\gdal_GEOR.dll
170 175
171 :setenv2 176 :setenv2
172 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% 177 SET PATH=%ARCGISSDK_PATH%\java\jre\bin;%ARCGISENGINE_PATH%\bin;^
178 %MXD2MAP_PATH%\bin;%MAPSERVER_PATH%\bin\gdal\python\osgeo;^
179 %MAPSERVER_PATH%\bin\proj\apps;%MAPSERVER_PATH%\bin\gdal\apps;^
180 %MAPSERVER_PATH%\bin\ms\apps;%MAPSERVER_PATH%\bin\gdal\csharp;^
181 %MAPSERVER_PATH%\bin\ms\csharp;%MAPSERVER_PATH%\bin\curl;^
182 %MAPSERVER_PATH%\bin\ms\java;%PATH%
173 SET GDAL_DATA=%MAPSERVER_PATH%\bin\gdal-data 183 SET GDAL_DATA=%MAPSERVER_PATH%\bin\gdal-data
174 SET GDAL_DRIVER_PATH=%MAPSERVER_PATH%\bin\gdal\plugins 184 SET GDAL_DRIVER_PATH=%MAPSERVER_PATH%\bin\gdal\plugins
175 SET PYTHONPATH=%MAPSERVER_PATH%\bin\gdal\python\osgeo;%PYTHONPATH% 185 SET PYTHONPATH=%MAPSERVER_PATH%\bin\gdal\python\osgeo;%PYTHONPATH%
176 SET PROJ_LIB=%MAPSERVER_PATH%\bin\proj\SHARE 186 SET PROJ_LIB=%MAPSERVER_PATH%\bin\proj\SHARE
177 187
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)