Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Incude msys in installer so grass shell works
git-svn-id: http://svn.osgeo.org/qgis/trunk@6145 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 29, 2006
1 parent 51ecd3a commit 567ac64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions win_build/qgis-debug.nsi
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions win_build/qgis.nsi
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 567ac64

Please sign in to comment.