Changeset 35589 for local/greenstone3


Ignore:
Timestamp:
2021-10-14T15:33:07+13:00 (3 years ago)
Author:
davidb
Message:

Changes (and tidy up) based on recent testing under Windows 64-bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • local/greenstone3/windows-64bit/gs3-devel.bat

    r35424 r35589  
    11@echo off
    22
    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
     3::::
     4:: Visual Studio
     5::::
     6
     7:: The Start-Menu way to get a VisualStudio terminal open is:
     8::
     9:: %comspec% /k "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
     10::
     11:: To work within an existing terminal window, use 'call' instead:
     12::
     13pushd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\"
     14call "VC\Auxiliary\Build\vcvars64.bat"
    615popd
    716
    8 echo Environment for Visual Studio set up
     17echo "Environment for Visual Studio 64-bit Compiler setup"
    918
    10 rem For ant prepare to work, now need wget (along with wgetrc file) on PATH
    11 rem These are just the GS3 wget
     19:::
     20:: Legacy code that used to do the above
     21:::
     22
     23:: :: pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
     24:: pushd "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC"
     25:: call vcvarsall.bat amd64
     26:: popd
     27
     28:: The following looks like an attempt to work through a Cygwin terminal directly
     29:: (as this provides 'svn').  Not recently tested, so unclear if this works
     30::
     31::/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Auxiliary/Build/vcvarsall.bat
     32
     33
     34::::
     35:: Ant
     36::::
     37
     38:: For ant prepare to work, now need wget (along with wgetrc file) on PATH
     39:: In 'local/bin' folder there is an appropriate binary for this (actually
     40:: comes from a GS3 Windows compilation!)
     41
    1242echo "Adding wget with its wgetrc to PATH for devel"
    1343pushd bin
     
    1848
    1949
    20 
    21 rem %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" amd64
Note: See TracChangeset for help on using the changeset viewer.