Skip to content

Commit

Permalink
Merge pull request #2 from timlinux/master.
Browse files Browse the repository at this point in the history
Some minor updates to documentation and added shortname to the quickpackage script
  • Loading branch information
timlinux committed May 4, 2011
2 parents 0e17f4e + 0b7f5fa commit 730b651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/msvc.t2t
Expand Up @@ -86,8 +86,8 @@ set OSGEO4W_ROOT=C:\OSGeo4W
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"

@set GRASS_PREFIX=c:/OSGeo4W/apps/grass/grass-6.4.0
@set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\apps\gdal-17\include;%OSGEO4W_ROOT%\include
@set LIB=%LIB%;%OSGEO4W_ROOT%\apps\gdal-17\lib;%OSGEO4W_ROOT%\lib
@set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\include
@set LIB=%LIB%;%OSGEO4W_ROOT%\lib;%OSGEO4W_ROOT%\lib

@cmd
```
Expand Down
1 change: 1 addition & 0 deletions ms-windows/quickpackage.sh
Expand Up @@ -21,4 +21,5 @@ makensis \
-DBINARY_REVISION=1 \
-DINSTALLER_TYPE=OSGeo4W \
-DPACKAGE_FOLDER=osgeo4w/unpacked \
-DSHORTNAME=qgis \
QGIS-Installer.nsi

0 comments on commit 730b651

Please sign in to comment.