source: main/trunk/release-kits/kits/rk3/setup.bat@ 21389

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

a new os-non-specific greenstone3 release kit, to replace lirk3, wirk3 and mark3

File size: 236 bytes
Line 
1@echo off
2
3pushd %~dp0
4
5if not "%RK3_HOME%" == "" goto already
6set RK3_HOME=%CD%
7set ANT_HOME=%RK3_HOME%\core\ant
8set PATH=%RK3_HOME%\bin;%ANT_HOME%\bin;%PATH%
9echo Done
10goto end
11
12:already
13echo rk3 environment already set up
14
15:end
16popd
Note: See TracBrowser for help on using the repository browser.