File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,9 @@ SET PATH=%QTDIR64%\bin\
4545FOR %%p IN (binaries\64\plugin_*.dll) DO %QTDIR64% \bin\windeployqt.exe --dir binaries\64\Qt --release --force --no-system-d3d-compiler --no-compiler-runtime --no-translations %%p
4646ENDLOCAL
4747
48- %SYS64% \cmd.exe /c " xcopy /R /Y %SystemRoot% \System32\msvcp140.dll binaries\64\msvcr\"
48+ %SYS64% \cmd.exe /c " xcopy /R /Y %SystemRoot% \System32\msvcp140* .dll binaries\64\msvcr\"
4949if not %errorlevel% == 0 goto dll_not_found
50- %SYS64% \cmd.exe /c " xcopy /R /Y %SystemRoot% \System32\msvcp140_1.dll binaries\64\msvcr\"
51- if not %errorlevel% == 0 goto dll_not_found
52- %SYS64% \cmd.exe /c " xcopy /R /Y %SystemRoot% \System32\vcruntime140.dll binaries\64\msvcr\"
53- if not %errorlevel% == 0 goto dll_not_found
54- %SYS64% \cmd.exe /c " xcopy /R /Y %SystemRoot% \System32\vcruntime140_1.dll binaries\64\msvcr\"
50+ %SYS64% \cmd.exe /c " xcopy /R /Y %SystemRoot% \System32\vcruntime140*.dll binaries\64\msvcr\"
5551if not %errorlevel% == 0 goto dll_not_found
5652
5753if not defined WIN_SDK (
@@ -88,4 +84,4 @@ exit /b 1
8884ENDLOCAL
8985echo Windows SDK not found (required for CRT DLLs)
9086pause
91- exit /b 1
87+ exit /b 1
You can’t perform that action at this time.
0 commit comments