issue1172: Documentation of "done" attribute in cgi module.
[python.git] / PCbuild / amd64_ml64.bat
blobfa9acf12dd376b40ed603682953df4ec6c8ed733
1 @echo off
2 rem Try to find the AMD64 assembler and call it with the supplied arguments.
4 set MLEXE=Microsoft Platform SDK\Bin\Win64\x86\AMD64\ml64.EXE
6 rem For the environment variables see also
7 rem http://msdn.microsoft.com/library/en-us/win64/win64/wow64_implementation_details.asp
9 if exist "%ProgramFiles%\%MLEXE%" (
10   set ML64="%ProgramFiles%\%MLEXE%"
11 ) else if exist "%ProgramW6432%\%MLEXE%" (
12   set ML64="%ProgramW6432%\%MLEXE%"
13 ) else (
14   set ML64=ml64.exe
17 %ML64% %*