source: local/greenstone3/windows-64bit/gs3-devel.bat@ 32493

Last change on this file since 32493 was 32431, checked in by ak19, 6 years ago

Feedback that MS Visual Studio set up is done

File size: 332 bytes
Line 
1@echo off
2
3rem pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
4pushd "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC"
5call vcvarsall.bat amd64
6popd
7
8echo Environment for Visual Studio set up
9
10call gs3-setup.bat
11
12
13
14rem %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.