File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,6 @@ sub getDeps {
103
103
getDeps(" gdal-ecw" )
104
104
}
105
105
106
- if (-f " ../addons/bin/lti_dsdk_dll.dll" ) {
107
- print " Enabling MrSID support...\n " if $verbose ;
108
- getDeps(" gdal-mrsid" )
109
- }
110
-
111
106
foreach my $p ( keys %pkgs ) {
112
107
my $f = " $root /$file {$p }" ;
113
108
$f =~ s /\/\.\/ / \/ / g ;
Original file line number Diff line number Diff line change 1
1
@ echo off
2
- set GRASS_VERSION = 6.4.0
2
+ set GRASS_VERSION = 6.4.1
3
3
set SVNVERSION = c:/cygwin/bin/svnversion
4
4
5
5
set BUILDDIR = %CD% \build
Original file line number Diff line number Diff line change 2
2
3
3
SET OSGEO4W_ROOT=@osgeo4w@
4
4
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
5
- call "%OSGEO4W_ROOT%"\bin \grass- env.bat
5
+ call "%OSGEO4W_ROOT%"\apps \grass\grass-6.4.1\etc\ env.bat
6
6
@echo off
7
7
SET GDAL_DRIVER_PATH=%OSGEO4W_ROOT%\bin\gdalplugins\1.8
8
- path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin;%GISBASE%\bin
8
+ path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin
9
9
start "Quantum GIS" /B "%OSGEO4W_ROOT%"\apps\@package@\bin\qgis.exe %*
You can’t perform that action at this time.
0 commit comments