Skip to content

Commit b33fa93

Browse files
author
jef
committedApr 28, 2011
osgeo4w update: adapt to new GRASS 6.4.1 and gdal-mrsid packages
git-svn-id: http://svn.osgeo.org/qgis/trunk@15840 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d52820f commit b33fa93

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed
 

‎ms-windows/osgeo4w/creatensis.pl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ sub getDeps {
103103
getDeps("gdal-ecw")
104104
}
105105

106-
if(-f "../addons/bin/lti_dsdk_dll.dll") {
107-
print "Enabling MrSID support...\n" if $verbose;
108-
getDeps("gdal-mrsid")
109-
}
110-
111106
foreach my $p ( keys %pkgs ) {
112107
my $f = "$root/$file{$p}";
113108
$f =~ s/\/\.\//\//g;

‎ms-windows/osgeo4w/package-nightly.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set GRASS_VERSION=6.4.0
2+
set GRASS_VERSION=6.4.1
33
set SVNVERSION=c:/cygwin/bin/svnversion
44

55
set BUILDDIR=%CD%\build

‎ms-windows/osgeo4w/qgis.bat.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
SET OSGEO4W_ROOT=@osgeo4w@
44
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
66
@echo off
77
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
99
start "Quantum GIS" /B "%OSGEO4W_ROOT%"\apps\@package@\bin\qgis.exe %*

0 commit comments

Comments
 (0)
Please sign in to comment.