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

Last change on this file since 26678 was 26678, checked in by davidb, 11 years ago

Initial cut at local setup files to help with compiling Greenstone3 from source/svn under Windows, 64-bit

File size: 485 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=C:\cygwin\home\davidb\research\packages\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
18pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
19call vcvarsall.bat"" amd64
20popd
Note: See TracBrowser for help on using the repository browser.