Ignore:
Timestamp:
2014-07-17T15:59:40+12:00 (10 years ago)
Author:
ak19
Message:

Some corrections to the devel and setup bat scripts and changing the Vis Studio path for Akapuka

Location:
local/greenstone3/windows-64bit
Files:
2 edited

Legend:

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

    r28359 r29149  
    11@echo off
    22
    3 pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
    4 call vcvarsall.bat"" amd64
     3rem pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
     4pushd "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC"
     5call vcvarsall.bat amd64
    56popd
    67
     
    89
    910
     11
     12rem %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" amd64
  • local/greenstone3/windows-64bit/gs3-setup.bat

    r27870 r29149  
    1616echo + Set PERL_PATH=%PERL_HOME% and updated PATH
    1717
    18 pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
    19 call vcvarsall.bat"" amd64
    20 popd
     18:: Already done in gs3-devel.bat
     19rem pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
     20rem call vcvarsall.bat"" amd64
     21rem popd
Note: See TracChangeset for help on using the changeset viewer.