Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
osgeo4w packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk@11684 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
jef
committed
Sep 20, 2009
1 parent
28da2c5
commit 2a80fa5
Showing
5 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
textreplace -std -t bin\qgis-dev.bat | ||
textreplace -std -t apps\qgis-dev\python\qgis\qgisconfig.py | ||
textreplace -std -t bin\@package@.bat | ||
textreplace -std -t apps\@package@\python\qgis\qgisconfig.py | ||
|
||
mkdir "%OSGEO4W_STARTMENU%" | ||
xxmklink "%OSGEO4W_STARTMENU%\Quantum GIS (trunk).lnk" "%OSGEO4W_ROOT%\bin\qgis-dev.bat" " " \ "Quantum GIS - Desktop GIS (trunk)" 1 "%OSGEO4W_ROOT%\apps\qgis-dev\icons\QGIS.ico" | ||
xxmklink "%ALLUSERSPROFILE%\Desktop\Quantum GIS (trunk).lnk" "%OSGEO4W_ROOT%\bin\qgis-dev.bat" " " \ "Quantum GIS - Desktop GIS (trunk)" 1 "%OSGEO4W_ROOT%\apps\qgis-dev\icons\QGIS.ico" | ||
xxmklink "%OSGEO4W_STARTMENU%\Quantum GIS (@version@).lnk" "%OSGEO4W_ROOT%\bin\@package@.bat" " " \ "Quantum GIS - Desktop GIS (@version@)" 1 "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico" | ||
xxmklink "%ALLUSERSPROFILE%\Desktop\Quantum GIS (@version@).lnk" "%OSGEO4W_ROOT%\bin\@package@.bat" " " \ "Quantum GIS - Desktop GIS (@version@)" 1 "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico" | ||
|
||
set O4W_ROOT=%OSGEO4W_ROOT% | ||
set OSGEO4W_ROOT=%OSGEO4W_ROOT:\=\\% | ||
textreplace -std -t "%O4W_ROOT%\apps\qgis-dev\bin\qgis-dev.reg" | ||
"%WINDIR%\regedit" /s "%O4W_ROOT%\apps\qgis-dev\bin\qgis-dev.reg" | ||
textreplace -std -t "%O4W_ROOT%\apps\@package@\bin\qgis.reg" | ||
"%WINDIR%\regedit" /s "%O4W_ROOT%\apps\@package@\bin\qgis.reg" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
del "%OSGEO4W_STARTMENU%\Quantum GIS (trunk).lnk" | ||
del "%ALLUSERSPROFILE%\Desktop\Quantum GIS (trunk).lnk" | ||
del "%OSGEO4W_ROOT%"\bin\qgis-dev.bat | ||
del "%OSGEO4W_ROOT%"\apps\qgis-dev\python\qgis\qgisconfig.py | ||
del "%OSGEO4W_STARTMENU%\Quantum GIS (@version@).lnk" | ||
del "%ALLUSERSPROFILE%\Desktop\Quantum GIS (@version@).lnk" | ||
del "%OSGEO4W_ROOT%"\bin\@package@.bat | ||
del "%OSGEO4W_ROOT%"\apps\@package@\python\qgis\qgisconfig.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters