Last change
on this file since 21389 was 20335, checked in by oranfry, 14 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 |
|
---|
3 | pushd %~dp0
|
---|
4 |
|
---|
5 | if not "%RK3_HOME%" == "" goto already
|
---|
6 | set RK3_HOME=%CD%
|
---|
7 | set ANT_HOME=%RK3_HOME%\core\ant
|
---|
8 | set PATH=%RK3_HOME%\bin;%ANT_HOME%\bin;%PATH%
|
---|
9 | echo Done
|
---|
10 | goto end
|
---|
11 |
|
---|
12 | :already
|
---|
13 | echo rk3 environment already set up
|
---|
14 |
|
---|
15 | :end
|
---|
16 | popd
|
---|
Note:
See
TracBrowser
for help on using the repository browser.