source: local/greenstone3/windows-64bit/gs3-setup.bat@ 29149

Last change on this file since 29149 was 29149, checked in by ak19, 10 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
3set JAVA_HOME=C:\Progra~1\Java\jdk1.6.0_25
4set PATH=%JAVA_HOME%\bin;%PATH%
5
6echo + Set JAVA_HOME=%JAVA_HOME% and updated PATH
7
8set ANT_HOME=%CD%\ant-1.8.3
9set PATH=%ANT_HOME%\bin;%PATH%
10
11echo + Set ANT_HOME=%ANT_HOME% and updated PATH
12
13set PERL_HOME=C:\Perl64
14set PATH=%PERL_HOME%\bin;%PATH%
15
16echo + Set PERL_PATH=%PERL_HOME% and updated PATH
17
18:: Already done in gs3-devel.bat
19rem pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
20rem call vcvarsall.bat"" amd64
21rem popd
Note: See TracBrowser for help on using the repository browser.