Skip to content

Commit 0e84c0e

Browse files
author
timlinux
committed
Incude msys in installer so grass shell works
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6145 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ff7d108 commit 0e84c0e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

win_build/qgis-debug.nsi

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Section "MainSection" SEC01
104104
File /r "C:\dev\cpp\qgis\qgis-debug\lib"
105105
File /r "C:\dev\cpp\qgis\qgis-debug\share"
106106
File /r "C:\dev\cpp\qgis\qgis-debug\nad"
107+
File /r "C:\dev\cpp\qgis\qgis-debug\msys"
107108

108109
; Shortcuts
109110
; Next line is important - added by Tim
@@ -184,6 +185,7 @@ Section Uninstall
184185
RMDir /r "$INSTDIR/lib"
185186
RMDir /r "$INSTDIR/share"
186187
RMDir /r "$INSTDIR/nad"
188+
RMDir /r "$INSTDIR/msys"
187189
;----------------- icons and shortcuts
188190
Delete "$SMPROGRAMS\$ICONS_GROUP\Uninstall.lnk"
189191
Delete "$SMPROGRAMS\$ICONS_GROUP\Website.lnk"

win_build/qgis.nsi

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Section "MainSection" SEC01
103103
File /r "C:\dev\cpp\qgis\qgis-release\lib"
104104
File /r "C:\dev\cpp\qgis\qgis-release\share"
105105
File /r "C:\dev\cpp\qgis\qgis-release\nad"
106+
File /r "C:\dev\cpp\qgis\qgis-release\msys"
106107

107108
; Shortcuts
108109
; Next line is important - added by Tim
@@ -183,6 +184,7 @@ Section Uninstall
183184
RMDir /r "$INSTDIR/lib"
184185
RMDir /r "$INSTDIR/share"
185186
RMDir /r "$INSTDIR/nad"
187+
RMDir /r "$INSTDIR/msys"
186188
;----------------- icons and shortcuts
187189
Delete "$SMPROGRAMS\$ICONS_GROUP\Uninstall.lnk"
188190
Delete "$SMPROGRAMS\$ICONS_GROUP\Website.lnk"

0 commit comments

Comments
 (0)