Kaydet (Commit) f029129b authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Deliver the VC runtime distribuable installers into solver

üst b81bacf4
......@@ -52,6 +52,9 @@ mkdir: %_DEST%\inc%_EXT%\external\mingw\include\sys
..\msi\instmsiw.exe %_DEST%\bin%_EXT%\instmsiw.exe
..\vcredist\vcredist_x86.exe %_DEST%\bin%_EXT%\vcredist_x86.exe
..\vcredist\vcredist_x64.exe %_DEST%\bin%_EXT%\vcredist_x64.exe
..\%__SRC%\bin\mingwm10.dll %_DEST%\bin%_EXT%\mingwm10.dll
..\%__SRC%\bin\libgcc*.dll %_DEST%\bin%_EXT%\libgcc*.dll
..\%__SRC%\bin\libstdc++*.dll %_DEST%\bin%_EXT%\libstdc++*.dll
......
Put into this directory the vcredist_x86.exe and vcredist_x64.exe
correspoding to the runtime your Visual Studio version links with.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment