summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-04 12:25:45 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-04 12:25:45 +0200
commitf029129b7df917cebc4079e0fdb0281c50c14358 (patch)
tree029b1302140209416636168b1fa37e36cd064791 /external
parentb81bacf4948abd0abda93dc994313503ef950b9c (diff)
Deliver the VC runtime distribuable installers into solver
Diffstat (limited to 'external')
-rw-r--r--external/prj/d.lst3
-rw-r--r--external/vcredist/README_vcredistX.exe2
2 files changed, 5 insertions, 0 deletions
diff --git a/external/prj/d.lst b/external/prj/d.lst
index a93b4b8de557..e4d61b6a1c3c 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 000000000000..fcea38371c65
--- /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.