Changeset 29053 for local/greenstone2/windows-64bit/setup.bat
- Timestamp:
- 2014-05-13T18:03:54+12:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
local/greenstone2/windows-64bit/setup.bat
r29052 r29053 16 16 17 17 :: call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat" 18 set vclocation=C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC 18 ::set vclocation=C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC 19 set vclocation=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC 19 20 if not exist "%vclocation%" echo %vclocation% does not exist& goto done 20 21 pushd "%vclocation%" … … 22 23 popd 23 24 24 :: http://go4answers.webhost4life.com/Example/windows-sdk-v70a-setenvbat-218785.aspx25 :: explains that SetEnv.cmd does exist in the new Microsoft SDK:26 :: C:\Windows\System32\cmd.exe /E:ON /V:ON /T:0E /K "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd"27 :: (Unused: http://stackoverflow.com/questions/887894/how-to-find-windows-sdks-setenv-cmd-setenv-cmd-does-not-work-correctly )28 29 ::call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd"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 /x6435 ::popd36 37 25 :done 38 26 echo Leaving local/setup.bat
Note:
See TracChangeset
for help on using the changeset viewer.