mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Incude msys in installer so grass shell works
git-svn-id: http://svn.osgeo.org/qgis/trunk@6145 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
51ecd3a9e0
commit
567ac6414a
@ -104,6 +104,7 @@ Section "MainSection" SEC01
|
||||
File /r "C:\dev\cpp\qgis\qgis-debug\lib"
|
||||
File /r "C:\dev\cpp\qgis\qgis-debug\share"
|
||||
File /r "C:\dev\cpp\qgis\qgis-debug\nad"
|
||||
File /r "C:\dev\cpp\qgis\qgis-debug\msys"
|
||||
|
||||
; Shortcuts
|
||||
; Next line is important - added by Tim
|
||||
@ -184,6 +185,7 @@ Section Uninstall
|
||||
RMDir /r "$INSTDIR/lib"
|
||||
RMDir /r "$INSTDIR/share"
|
||||
RMDir /r "$INSTDIR/nad"
|
||||
RMDir /r "$INSTDIR/msys"
|
||||
;----------------- icons and shortcuts
|
||||
Delete "$SMPROGRAMS\$ICONS_GROUP\Uninstall.lnk"
|
||||
Delete "$SMPROGRAMS\$ICONS_GROUP\Website.lnk"
|
||||
|
@ -103,6 +103,7 @@ Section "MainSection" SEC01
|
||||
File /r "C:\dev\cpp\qgis\qgis-release\lib"
|
||||
File /r "C:\dev\cpp\qgis\qgis-release\share"
|
||||
File /r "C:\dev\cpp\qgis\qgis-release\nad"
|
||||
File /r "C:\dev\cpp\qgis\qgis-release\msys"
|
||||
|
||||
; Shortcuts
|
||||
; Next line is important - added by Tim
|
||||
@ -183,6 +184,7 @@ Section Uninstall
|
||||
RMDir /r "$INSTDIR/lib"
|
||||
RMDir /r "$INSTDIR/share"
|
||||
RMDir /r "$INSTDIR/nad"
|
||||
RMDir /r "$INSTDIR/msys"
|
||||
;----------------- icons and shortcuts
|
||||
Delete "$SMPROGRAMS\$ICONS_GROUP\Uninstall.lnk"
|
||||
Delete "$SMPROGRAMS\$ICONS_GROUP\Website.lnk"
|
||||
|
Loading…
x
Reference in New Issue
Block a user