Fix a typo in the MSVC autobuild script

This typo made it fail to copy ut.dll when building for windows
phone.
This commit is contained in:
Martin Storsjö 2015-04-17 15:07:37 +03:00
parent 473f2e3d42
commit dc661a6139

View File

@ -397,8 +397,7 @@ goto :EOF
echo DestDir is %DestDir%
if "%vOSType%"=="msvc-wp" (
set aFileList=%DllFile% %LibFile% %PDBFile% %UTDllFile%
)
else (
) else (
set aFileList=%DllFile% %LibFile% %PDBFile% %UTBinFile% %EncBinFile% %DecBinFile%
)
for %%k in (%aFileList%) do (