Skip to content
Permalink
Browse files
Include grass dir in installer
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.
@@ -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"
@@ -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"
@@ -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"
@@ -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"

0 comments on commit d1d3a1e

Please sign in to comment.