source: local/greenstone3/windows-32bit/gs3-devel.bat@ 35465

Last change on this file since 35465 was 35465, checked in by davidb, 3 years ago

Files to help compile up Greenstone3 for Windows. Even on a 64-bit Windows machine, this is the version to checkout and use (Note: Binaries of Greenstone3 for Windows is only available in one form, meaning that it is the 32-bit version we have been producing for Windows, that when installed on a 64-bit Windows OS has the necessary OS support to run

File size: 821 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::/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Auxiliary/Build/vcvarsall.bat
9
10pushd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\"
11:: ::%comspec% /k "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
12::call "VC\Auxiliary\Build\vcvars64.bat"
13call "VC\Auxiliary\Build\vcvars32.bat"
14popd
15
16
17echo Environment for Visual Studio set up
18
19rem For ant prepare to work, now need wget (along with wgetrc file) on PATH
20rem These are just the GS3 wget
21echo "Adding wget with its wgetrc to PATH for devel"
22pushd bin
23set PATH=%CD%;%PATH%
24popd
25
26call gs3-setup.bat
27
28
Note: See TracBrowser for help on using the repository browser.