Changes between Version 3 and Version 4 of PackagingInstructions
- Timestamp:
- 01/20/09 14:50:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PackagingInstructions
v3 v4 142 142 These scripts are run in random order by %OSGEO4W_ROOT%\OSGeo4W.bat when establishing the environment for the OSGeo4W shell. The OSGEO4W_ROOt environment variable will always be set on the way in. 143 143 144 = Application batch file template = 145 Sample of how to start an application with standard environment set. Replace myapp.exe with your application executable and save as `mypackage.bz2:bin/myapp.bat.tmpl` 146 {{{ 147 @echo off 148 SET OSGEO4W_ROOT=@osgeo4w@ 149 PATH %OSGEO4W_ROOT%\bin;%PATH% 150 for %%f in ("%OSGEO4W_ROOT%"\etc\ini\*.bat) do call "%%f" 151 start /B %OSGEO4W_ROOT%\bin\myapp.exe %* 152 @echo on 153 }}} 154 144 155 = Setup.ini = 145 156