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

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

Separation of setup files into those needed for running Greenstone 3 and those needed to compile. Also introduced symbolic links for commonly used alternative filename (from Greenstone 3)

File size: 128 bytes
Line 
1@echo off
2
3pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
4call vcvarsall.bat"" amd64
5popd
6
7call gs3-setup.bat
8
9
Note: See TracBrowser for help on using the repository browser.