diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-31 14:51:18 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-31 14:51:18 (GMT) |
commit | 915d5d96d826c13cd6a89341fc1a2ce12811aea2 (patch) | |
tree | 40152f46513c2f98de86fee3ca66d44d9104f9af /PCbuild/amd64_ml64.bat | |
parent | cdaa2cbfd59b27a1ac2e8b0980967471ea35b777 (diff) | |
download | cpython-915d5d96d826c13cd6a89341fc1a2ce12811aea2.zip cpython-915d5d96d826c13cd6a89341fc1a2ce12811aea2.tar.gz cpython-915d5d96d826c13cd6a89341fc1a2ce12811aea2.tar.bz2 |
Moved PCbuild directory to PC/VS7.1
Diffstat (limited to 'PCbuild/amd64_ml64.bat')
-rw-r--r-- | PCbuild/amd64_ml64.bat | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/PCbuild/amd64_ml64.bat b/PCbuild/amd64_ml64.bat deleted file mode 100644 index fa9acf1..0000000 --- a/PCbuild/amd64_ml64.bat +++ /dev/null @@ -1,17 +0,0 @@ -@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% %* |