[GRASS-SVN] r40512 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 17 12:23:41 EST 2010


Author: martinl
Date: 2010-01-17 12:23:40 -0500 (Sun, 17 Jan 2010)
New Revision: 40512

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
Log:
cosmetics in grass packager

Modified: grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2010-01-17 16:42:23 UTC (rev 40511)
+++ grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2010-01-17 17:23:40 UTC (rev 40512)
@@ -1,3 +1,11 @@
+rem -----------------------------------------------------------------------------------------------------------------------
+rem Self Contained GRASS Automated Packager
+rem -----------------------------------------------------------------------------------------------------------------------
+rem Edited by: Marco Pasetti
+rem Revised for OSGeo4W by: Colin Nielsen, Helmut Kudrnovsky, and Martin Landa
+rem Last Update: 17 Jan 2010
+rem -----------------------------------------------------------------------------------------------------------------------
+
 @echo off
 
 rem --------------------------------------------------------------------------------------------------------------------------
@@ -8,26 +16,20 @@
 
 set OSGEO4W_DIR=c:\osgeo4w
 
-set GRASS_65_DEV_INSTALL_FOLDER=%OSGEO4W_DIR%\apps\grass\grass-6.5.svn
+set GRASS_65_DEV_INSTALL_DIR=%OSGEO4W_DIR%\apps\grass\grass-6.5.svn
 
- at echo -----------------------------------------------------------------------------------------------------------------------
- at echo Self Contained GRASS Automated Packager
- at echo -----------------------------------------------------------------------------------------------------------------------
- at echo Edited by: Marco Pasetti
- at echo Revised for OSGeo4W by: Colin Nielsen, Helmut Kudrnovsky, and Martin Landa
- at echo Last Update: 17 Jan 2010
- at echo -----------------------------------------------------------------------------------------------------------------------
- at echo Select the GRASS version to pack:
- at echo.
- at echo 1. Current GRASS-65 Development Version
- at echo.
+rem @echo .
+rem @echo Select the GRASS version to pack:
+rem @echo.
+rem @echo 1. Current GRASS-65 Development Version
+rem @echo.
 
-set /p SELECTION=Enter your selection (1):
+rem set /p SELECTION=Enter your selection (1):
 
-if %SELECTION%==1 (
+rem if %SELECTION%==1 (
 set PACKAGE_DIR=%GRASS_65_DEV_PACKAGE_DIR%
-set GRASS_PREFIX=%GRASS_65_DEV_INSTALL_FOLDER%
-)
+set GRASS_PREFIX=%GRASS_65_DEV_INSTALL_DIR%
+rem )
 
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------
@@ -35,7 +37,7 @@
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo.
 
-pause
+rem pause
 
 if exist %PACKAGE_DIR% rmdir /S/Q %PACKAGE_DIR%
 mkdir %PACKAGE_DIR%



More information about the grass-commit mailing list