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:
parent
473f2e3d42
commit
dc661a6139
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user