Changeset 29052
- Timestamp:
- 2014-05-12T19:59:45+12:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
local/greenstone2/windows-64bit/setup.bat
r29050 r29052 3 3 echo ****************************** 4 4 5 set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_ 455 set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_55 6 6 if not exist "%JAVA_HOME%" echo %JAVA_HOME% does not exist& goto done 7 7 set PATH=%JAVA_HOME%\bin;%PATH% … … 29 29 ::call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" 30 30 :: 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\Bin32 if not exist "%sdklocation%" echo %sdklocation% does not exist& goto done33 pushd "%sdklocation%"34 call SetEnv.cmd /x86 35 popd31 ::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 36 36 37 37 :done
Note:
See TracChangeset
for help on using the changeset viewer.