summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjenssen <tim.jenssen@digia.com>2012-09-26 11:16:50 +0200
committertjenssen <tim.jenssen@digia.com>2012-09-26 11:35:39 +0200
commit8f7885b6b9df91ef5a09a1f0f515ff2e8bbd358d (patch)
tree5b5444ba747f7b0c935a7d828e00de4d4761e531
parent6657c65d2eddcc31067605f4dc06c474189d7e22 (diff)
added some used vcredist files
- these are the needed windows c/c++ runtimes to run visualstudio compiled applications
-rw-r--r--vcredist/msvc2010/vcredist_x86.exebin0 -> 8990552 bytes
-rw-r--r--vcredist/msvc2010_64/vcredist_x64.exebin0 -> 10274136 bytes
-rw-r--r--vcredist/readme.txt1
3 files changed, 1 insertions, 0 deletions
diff --git a/vcredist/msvc2010/vcredist_x86.exe b/vcredist/msvc2010/vcredist_x86.exe
new file mode 100644
index 0000000..9c1dfdd
--- /dev/null
+++ b/vcredist/msvc2010/vcredist_x86.exe
Binary files differ
diff --git a/vcredist/msvc2010_64/vcredist_x64.exe b/vcredist/msvc2010_64/vcredist_x64.exe
new file mode 100644
index 0000000..2b3da3b
--- /dev/null
+++ b/vcredist/msvc2010_64/vcredist_x64.exe
Binary files differ
diff --git a/vcredist/readme.txt b/vcredist/readme.txt
new file mode 100644
index 0000000..ae02a3e
--- /dev/null
+++ b/vcredist/readme.txt
@@ -0,0 +1 @@
+downloaded with help of the "Latest Supported Visual C++ Downloads" page: http://support.microsoft.com/kb/2019667 \ No newline at end of file