- fixed typo: VC/bin/vcvars64.bat => VC/amd64/vcvars64.bat

c/Mf-a6nt, c/Mf-ta6nt

original commit: f2a69588a37e9a10fafae544c94903613f63986f
This commit is contained in:
dybvig 2016-06-17 22:26:10 -04:00
parent f4b03df12e
commit 112c5b4d5c
3 changed files with 4 additions and 2 deletions

2
LOG
View File

@ -246,3 +246,5 @@
- added call to collector to close files opened during iconv mats - added call to collector to close files opened during iconv mats
specifically for when mats are run under Windows with no iconv dll. specifically for when mats are run under Windows with no iconv dll.
io.ms io.ms
- fixed typo: VC/bin/vcvars64.bat => VC/amd64/vcvars64.bat
c/Mf-a6nt, c/Mf-ta6nt

View File

@ -39,7 +39,7 @@ vs.bat:
echo 'set LIBPATH=' >> $@ echo 'set LIBPATH=' >> $@
echo 'set MACHINETYPE=amd64' >> $@ echo 'set MACHINETYPE=amd64' >> $@
echo 'if exist "%VS140COMNTOOLS%..\..\VC\bin\x86_amd64\vcvarsx86_amd64.bat" set MACHINETYPE=x86_amd64' >> $@ echo 'if exist "%VS140COMNTOOLS%..\..\VC\bin\x86_amd64\vcvarsx86_amd64.bat" set MACHINETYPE=x86_amd64' >> $@
echo 'if exist "%VS140COMNTOOLS%..\..\VC\bin\vcvars64.bat" set MACHINETYPE=amd64' >> $@ echo 'if exist "%VS140COMNTOOLS%..\..\VC\amd64\vcvars64.bat" set MACHINETYPE=amd64' >> $@
echo 'call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" %MACHINETYPE%' >> $@ echo 'call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" %MACHINETYPE%' >> $@
echo '%*' >> $@ echo '%*' >> $@
chmod +x $@ chmod +x $@

View File

@ -39,7 +39,7 @@ vs.bat:
echo 'set LIBPATH=' >> $@ echo 'set LIBPATH=' >> $@
echo 'set MACHINETYPE=amd64' >> $@ echo 'set MACHINETYPE=amd64' >> $@
echo 'if exist "%VS140COMNTOOLS%..\..\VC\bin\x86_amd64\vcvarsx86_amd64.bat" set MACHINETYPE=x86_amd64' >> $@ echo 'if exist "%VS140COMNTOOLS%..\..\VC\bin\x86_amd64\vcvarsx86_amd64.bat" set MACHINETYPE=x86_amd64' >> $@
echo 'if exist "%VS140COMNTOOLS%..\..\VC\bin\vcvars64.bat" set MACHINETYPE=amd64' >> $@ echo 'if exist "%VS140COMNTOOLS%..\..\VC\amd64\vcvars64.bat" set MACHINETYPE=amd64' >> $@
echo 'call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" %MACHINETYPE%' >> $@ echo 'call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" %MACHINETYPE%' >> $@
echo '%*' >> $@ echo '%*' >> $@
chmod +x $@ chmod +x $@