Changeset 29052 for local/greenstone2


Ignore:
Timestamp:
2014-05-12T19:59:45+12:00 (10 years ago)
Author:
ak19
Message:

Dr Bainbridge found that MS SDK was no longer necessary even to compile apache in Debug mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • local/greenstone2/windows-64bit/setup.bat

    r29050 r29052  
    33echo ******************************
    44
    5 set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_45
     5set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_55
    66if not exist "%JAVA_HOME%" echo %JAVA_HOME% does not exist& goto done
    77set PATH=%JAVA_HOME%\bin;%PATH%
     
    2929::call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd"
    3030:: Run with /? to see what options it takes (/x86, /x64, /ia64, /vista, /xp, /win7 and more)
    31 set sdklocation=C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin
    32 if not exist "%sdklocation%" echo %sdklocation% does not exist& goto done
    33 pushd "%sdklocation%"
    34 call SetEnv.cmd /x86
    35 popd
     31::set sdklocation=C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin
     32::if not exist "%sdklocation%" echo %sdklocation% does not exist& goto done
     33::pushd "%sdklocation%"
     34::call SetEnv.cmd /x64
     35::popd
    3636
    3737:done
Note: See TracChangeset for help on using the changeset viewer.