Skip to content

Commit

Permalink
Include grass dir in installer
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6070 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 10, 2006
1 parent 19605d3 commit d1d3a1e
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 @@ -100,6 +100,7 @@ Section "MainSection" SEC01
;------- proj and gdal Related
File "C:\dev\cpp\qgis\qgis-debug\*.csv"
;subdirs
File /r "C:\dev\cpp\qgis\qgis-debug\grass"
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"
Expand Down Expand Up @@ -179,6 +180,7 @@ Section Uninstall
Delete "$INSTDIR\*.dll"
Delete "$INSTDIR\*.csv"
;----------------- subdirs
RMDir /r "$INSTDIR/grass"
RMDir /r "$INSTDIR/lib"
RMDir /r "$INSTDIR/share"
RMDir /r "$INSTDIR/nad"
Expand Down
2 changes: 2 additions & 0 deletions win_build/qgis.nsi
Expand Up @@ -99,6 +99,7 @@ Section "MainSection" SEC01
;------- proj and gdal Related
File "C:\dev\cpp\qgis\qgis-release\*.csv"
;subdirs
File /r "C:\dev\cpp\qgis\qgis-release\grass"
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"
Expand Down Expand Up @@ -178,6 +179,7 @@ Section Uninstall
Delete "$INSTDIR\*.dll"
Delete "$INSTDIR\*.csv"
;----------------- subdirs
RMDir /r "$INSTDIR/grass"
RMDir /r "$INSTDIR/lib"
RMDir /r "$INSTDIR/share"
RMDir /r "$INSTDIR/nad"
Expand Down

0 comments on commit d1d3a1e

Please sign in to comment.