source: release-kits/wirk3/setup.bat@ 19594

Last change on this file since 19594 was 19418, checked in by oranfry, 15 years ago

files to ease install and compilation

File size: 228 bytes
Line 
1@echo off
2if not "%WIRK3_HOME%" == "" goto already
3set WIRK3_HOME=%CD%
4set ANT_HOME=%WIRK3_HOME%\core\ant
5set PATH=%WIRK3_HOME%\bin;%ANT_HOME%\bin;%PATH%
6echo Done
7goto exit
8
9:already
10echo wirk3 environment already set up
11
12:exit
Note: See TracBrowser for help on using the repository browser.