Last change
on this file since 31441 was 31441, checked in by ak19, 6 years ago |
Modifications to local folder for 64 bit windows that work for me.
|
File size:
289 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.