Ignore:
Timestamp:
2021-10-16T14:36:03+13:00 (3 years ago)
Author:
davidb
Message:

Updated versions, having been tested working in conjunction with the Release Kit code

File:
1 edited

Legend:

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

    r35465 r35624  
    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
    6 ::popd
     3::::
     4:: Visual Studio
     5::::
    76
    8 ::/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Auxiliary/Build/vcvarsall.bat
    9 
     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\vcvars32.bat"
     10::
     11:: where cwd is:
     12::   "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\"
     13::
     14:: To work within an existing terminal window, use 'call' instead:
     15::
    1016pushd "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"
    1317call "VC\Auxiliary\Build\vcvars32.bat"
    1418popd
    1519
     20echo Environment for Visual Studio 32-bit Compiler setup
    1621
    17 echo Environment for Visual Studio set up
     22::::
     23:: Ant (run as a developer)
     24::::
    1825
    19 rem For ant prepare to work, now need wget (along with wgetrc file) on PATH
    20 rem These are just the GS3 wget
    21 echo "Adding wget with its wgetrc to PATH for devel"
     26:: For 'ant prepare' to work, now need wget (along with wgetrc file) on PATH
     27:: In 'local/bin' folder there is an appropriate binary for this (actually
     28:: an external SVN reference to Greenstone's winbin support tools area)
     29
     30echo Adding wget with its wgetrc to PATH for devel
    2231pushd bin
    2332set PATH=%CD%;%PATH%
Note: See TracChangeset for help on using the changeset viewer.