-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-1_3_0@11644 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
jef
committed
Sep 12, 2009
1 parent
afeb742
commit 480b103
Showing
5 changed files
with
17 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\qgis-unstable.bat | ||
textreplace -std -t apps\qgis-unstable\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 (1.3).lnk" "%OSGEO4W_ROOT%\bin\qgis-unstable.bat" " " \ "Quantum GIS - Desktop GIS (1.3)" 1 "%OSGEO4W_ROOT%\apps\qgis-unstable\icons\QGIS.ico" | ||
xxmklink "%ALLUSERSPROFILE%\Desktop\Quantum GIS (1.3).lnk" "%OSGEO4W_ROOT%\bin\qgis-unstable.bat" " " \ "Quantum GIS - Desktop GIS (1.3)" 1 "%OSGEO4W_ROOT%\apps\qgis-unstable\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\qgis-unstable\bin\qgis-unstable.reg" | ||
"%WINDIR%\regedit" /s "%O4W_ROOT%\apps\qgis-unstable\bin\qgis-unstable.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 (1.3).lnk" | ||
del "%ALLUSERSPROFILE%\Desktop\Quantum GIS (1.3).lnk" | ||
del "%OSGEO4W_ROOT%"\bin\qgis-unstable.bat | ||
del "%OSGEO4W_ROOT%"\apps\qgis-unstable\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