| author | Faisal Memon <faisal.memon@nokia.com> |
| Thu, 02 Sep 2010 16:05:48 +0100 | |
| branch | graphics-phase-3 |
| changeset 97 | 23e14cbcf117 |
| parent 1 | 2fb8b9db1c86 |
| permissions | -rw-r--r-- |
@echo off rem Try to find the AMD64 assembler and call it with the supplied arguments. set MLEXE=Microsoft Platform SDK\Bin\Win64\x86\AMD64\ml64.EXE rem For the environment variables see also rem http://msdn.microsoft.com/library/en-us/win64/win64/wow64_implementation_details.asp if exist "%ProgramFiles%\%MLEXE%" ( set ML64="%ProgramFiles%\%MLEXE%" ) else if exist "%ProgramW6432%\%MLEXE%" ( set ML64="%ProgramW6432%\%MLEXE%" ) else ( set ML64=ml64.exe ) %ML64% %*