Last change
on this file since 29149 was 29149, checked in by ak19, 9 years ago |
Some corrections to the devel and setup bat scripts and changing the Vis Studio path for Akapuka
|
File size:
495 bytes
|
Line | |
---|
1 | @echo off
|
---|
2 |
|
---|
3 | set JAVA_HOME=C:\Progra~1\Java\jdk1.6.0_25
|
---|
4 | set PATH=%JAVA_HOME%\bin;%PATH%
|
---|
5 |
|
---|
6 | echo + Set JAVA_HOME=%JAVA_HOME% and updated PATH
|
---|
7 |
|
---|
8 | set ANT_HOME=%CD%\ant-1.8.3
|
---|
9 | set PATH=%ANT_HOME%\bin;%PATH%
|
---|
10 |
|
---|
11 | echo + Set ANT_HOME=%ANT_HOME% and updated PATH
|
---|
12 |
|
---|
13 | set PERL_HOME=C:\Perl64
|
---|
14 | set PATH=%PERL_HOME%\bin;%PATH%
|
---|
15 |
|
---|
16 | echo + Set PERL_PATH=%PERL_HOME% and updated PATH
|
---|
17 |
|
---|
18 | :: Already done in gs3-devel.bat
|
---|
19 | rem pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
|
---|
20 | rem call vcvarsall.bat"" amd64
|
---|
21 | rem popd
|
---|
Note:
See
TracBrowser
for help on using the repository browser.