source: local/greenstone2/windows-64bit/setup.bat@ 28757

Last change on this file since 28757 was 28757, checked in by kjdon, 10 years ago

windows 64bit local setup.bat

File size: 361 bytes
Line 
1@echo off
2
3set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_45
4set PATH=%JAVA_HOME%\bin;%PATH%
5
6echo + Set JAVA_HOME=%JAVA_HOME% and updated PATH
7
8set PERL_HOME=C:\Perl64
9set PATH=%PERL_HOME%\bin;%PATH%
10
11echo + Set PERL_PATH=%PERL_HOME% and updated PATH
12
13pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
14call vcvarsall.bat amd64
15popd
16
Note: See TracBrowser for help on using the repository browser.