diff options
| author | Andrew Branson <andrew@andrewbranson.net> | 2011-06-21 15:46:02 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew@andrewbranson.net> | 2011-06-21 15:46:02 +0200 |
| commit | 254ee6f47eebfc00462c10756a92066e82cc1a96 (patch) | |
| tree | 8273ff95c704e6faa3f92b4711253427b9ba0481 /bin/env.bat | |
Initial commit2.2
Diffstat (limited to 'bin/env.bat')
| -rwxr-xr-x | bin/env.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/env.bat b/bin/env.bat new file mode 100755 index 0000000..f387d0e --- /dev/null +++ b/bin/env.bat @@ -0,0 +1,5 @@ +@echo off
+set CRISTAL_HOME=%CD:~0,-4%
+set PATH=%PATH%;%CD%\win32
+set LOCALCLASSPATH=%CRISTAL_HOME%\build\classes
+for %%i in ("%CRISTAL_HOME%\lib\*.jar") do call "lcp.bat" %%i
|
