Ignore:
Timestamp:
2016-03-09T17:16:26+13:00 (8 years ago)
Author:
ak19
Message:

Fixed values in environment setup file, and used as variables in create-expeditee.bat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/rke-setup.bat.in

    r29232 r30397  
    1515echo *===
    1616
     17set os=windows
     18set products_suffix=%os%
     19set uploads_suffix=%products_suffix%
     20set out_suffix=%os%
     21:: identity_file is the public key file
     22set identity_file=%currentdir%\tools\keys\upload-expeditee.ppk
    1723
    1824:: Set Visual Studio environment here by calling vcvars. MS SDK not needed for Expeditee
Note: See TracChangeset for help on using the changeset viewer.