Last change
on this file since 30444 was 30444, checked in by davidb, 7 years ago |
Move to newer version of ant needed, for some of the features now used in Greenstone3's build.xml + newer versions of Java
|
File size:
287 bytes
|
Line | |
---|
1 | @echo off
|
---|
2 |
|
---|
3 | rem pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
|
---|
4 | pushd C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC
|
---|
5 | call vcvarsall.bat amd64
|
---|
6 | popd
|
---|
7 |
|
---|
8 | call gs3-setup.bat
|
---|
9 |
|
---|
10 |
|
---|
11 |
|
---|
12 | rem %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" amd64
|
---|
Note:
See
TracBrowser
for help on using the repository browser.