diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-10-04 12:25:45 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-10-04 12:25:45 +0200 |
commit | da5e9d041089d1852ef89a9f6967d78d8913a506 (patch) | |
tree | 54c170dbecccac2c20dcb24e6f05027b2b221878 | |
parent | 584e4531fc1c64e446d009d5cba40a68d1df1cf5 (diff) |
Deliver the VC runtime distribuable installers into solver
-rw-r--r-- | external/prj/d.lst | 3 | ||||
-rw-r--r-- | external/vcredist/README_vcredistX.exe | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/external/prj/d.lst b/external/prj/d.lst index a93b4b8..e4d61b6 100644 --- a/external/prj/d.lst +++ b/external/prj/d.lst @@ -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 diff --git a/external/vcredist/README_vcredistX.exe b/external/vcredist/README_vcredistX.exe new file mode 100644 index 0000000..fcea383 --- /dev/null +++ b/external/vcredist/README_vcredistX.exe @@ -0,0 +1,2 @@ +Put into this directory the vcredist_x86.exe and vcredist_x64.exe +correspoding to the runtime your Visual Studio version links with. |