Changeset 50417
- Timestamp:
- Jan 24, 2012, 11:33:06 AM (13 years ago)
- Location:
- grass/branches/releasebranch_6_4/mswindows
- Files:
-
- 3 edited
-
GRASS-Installer.nsi (modified) (1 diff)
-
osgeo4w/package.sh (modified) (3 diffs)
-
osgeo4w/preremove.bat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
r50399 r50417 490 490 FileWrite $0 '$\r$\n' 491 491 FileWrite $0 'rem set path to freetype dll$\r$\n' 492 FileWrite $0 'set FREETYPEBASE=$INSTALL_DIR\extralib;$INSTALL_DIR\ lib$\r$\n'492 FileWrite $0 'set FREETYPEBASE=$INSTALL_DIR\extralib;$INSTALL_DIR\msys\bin;$INSTALL_DIR\lib$\r$\n' 493 493 FileWrite $0 '$\r$\n' 494 494 FileWrite $0 'rem set dependecies path$\r$\n' -
grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
r50399 r50417 145 145 cp mswindows/osgeo4w/config.h.switch $OSGEO4W_ROOT_MSYS/apps/grass/grass-$VERSION/include/grass/config.h 146 146 cp mswindows/osgeo4w/config.h.vc $OSGEO4W_ROOT_MSYS/apps/grass/grass-$VERSION/include/grass 147 mkdir -p $OSGEO4W_ROOT_MSYS/etc/preremove 147 148 sed -e "s#@VERSION@#$VERSION#g" -e "s#@osgeo4w@#$OSGEO4W_ROOT#g" \ 148 149 mswindows/osgeo4w/grass.bat.tmpl >$OSGEO4W_ROOT_MSYS/bin/${GRASS_EXECUTABLE}.bat … … 156 157 mswindows/osgeo4w/preremove.bat >$OSGEO4W_ROOT_MSYS/etc/preremove/${GRASS_EXECUTABLE}.bat 157 158 158 if [ -f /c/mingw/bin/libgnurx-0.dll ]; then159 cp /c/mingw/bin/libgnurx-0.dll $OSGEO4W_ROOT_MSYS/apps/grass/grass-$VERSION/bin160 cp /c/mingw/bin/libiconv-2.dll $OSGEO4W_ROOT_MSYS/apps/grass/grass-$VERSION/bin161 cp /c/mingw/bin/libintl-8.dll $OSGEO4W_ROOT_MSYS/apps/grass/grass-$VERSION/bin162 fi163 164 159 if [ -n "$PACKAGE" ]; then 165 160 log building vc libraries … … 188 183 bin/${GRASS_EXECUTABLE}.bat.tmpl \ 189 184 bin/${GRASS_EXECUTABLE}.tmpl \ 190 bin/libintl3.dll \191 bin/libiconv2.dll \192 bin/regex2.dll \185 apps/msys/bin/libintl3.dll \ 186 apps/msys/bin/libiconv2.dll \ 187 apps/msys/bin/regex2.dll \ 193 188 etc/postinstall/${GRASS_EXECUTABLE}.bat \ 194 189 etc/preremove/${GRASS_EXECUTABLE}.bat -
grass/branches/releasebranch_6_4/mswindows/osgeo4w/preremove.bat
r50390 r50417 9 9 del "%OSGEO4W_ROOT%"\bin\@GRASS_EXECUTABLE@ 10 10 del "%OSGEO4W_ROOT%"\apps\grass\grass-@VERSION@\etc\fontcap 11 del "%OSGEO4W_ROOT%"\apps\msys\bin\libintl3.dll 12 del "%OSGEO4W_ROOT%"\apps\msys\bin\libiconv2.dll 13 del "%OSGEO4W_ROOT%"\apps\msys\bin\regex2.dll
Note:
See TracChangeset
for help on using the changeset viewer.
