Ignore:
Timestamp:
2014-08-21T19:25:40+12:00 (10 years ago)
Author:
ak19
Message:

Updating bat.in file to include a call to vcvars.bat to get expeditee generated on windows again. Adding in the create-expeditee.bat that is used on the windows release machine to run the scripts that generate the nightly binaries. One of its tasks is to ensure the expeditee snapshot folder exists and contains the rke-build.properties file. A template .in version of this file has now been added. The create-expeditee.bat along with a customised rke-setup.bat now follow the instructions in the README.txt to generate a binary.

Location:
other-projects/expeditee-release-kits
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/bin/rk.bat

    r28695 r29230  
    11@echo off
    22set RELEASE_DIR=%CD%
    3 echo RELEASE_DIR:%RELEASE_DIR%
     3echo **** RELEASE_DIR: %RELEASE_DIR%
    44pushd "%CD%"
    55CD /D "%~dp0\.."
  • other-projects/expeditee-release-kits/rke-setup.bat.in

    r28827 r29230  
    1515echo *===
    1616
     17
     18:: Set VCVars bat file here
     19call "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat"
     20called vcvars
     21
    1722set JAVA_HOME=C:\Program Files\Java\jdk1.8.0
    1823set PATH=%JAVA_HOME%\bin;%PATH%
     
    2530set "SVN_HOME=C:\Program Files\SlikSvn"
    2631set PATH=%SVN_HOME%\bin;%PATH%
    27 echo   Adding in Slik AVN 1.8.5
     32echo   Adding in Slik SVN 1.8.5
    2833
    2934set PATH=%CD%\bin;%PATH%
Note: See TracChangeset for help on using the changeset viewer.