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

Last change on this file since 35424 was 35424, checked in by anupama, 3 years ago

Windows 64 bit local folder now uses svn externals to grab the windows wget.exe binary and its required wgetrc in order for GS3 to compile up from svn on windows. After the http to http changeover, hadn't tested non-release kit gs3 src from svn compiling on Windows. The https to http changeover required lots of wget statements in build.xml including for tomcat, and at this point of the wiki's windows instructions using the local folder, there simply is no wget set up in environment. So adding it to environment in local's gs3-devel.bat

File size: 530 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
10rem For ant prepare to work, now need wget (along with wgetrc file) on PATH
11rem These are just the GS3 wget
12echo "Adding wget with its wgetrc to PATH for devel"
13pushd bin
14set PATH=%CD%;%PATH%
15popd
16
17call gs3-setup.bat
18
19
20
21rem %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.