source: release-kits/wirk2/setup.bat@ 19419

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

files to ease install and compilation

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