summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-12-05 15:03:34 +0100
committerAndras Timar <atimar@suse.com>2011-12-05 15:03:34 +0100
commita5f78432218627960159f14e272b08bc9de69e24 (patch)
tree583ebcfc209a1c23046d4d05f4d88d19055af292 /external
parenta7664d4b09b16a4b102e595d7ea4511652c76614 (diff)
no need to check for vcredist files, Windows installer don't use them
Diffstat (limited to 'external')
-rw-r--r--external/prj/d.lst3
-rw-r--r--external/vcredist/README_vcredistX.exe2
2 files changed, 0 insertions, 5 deletions
diff --git a/external/prj/d.lst b/external/prj/d.lst
index d24455bc17ee..fb1bd77b6ea8 100644
--- a/external/prj/d.lst
+++ b/external/prj/d.lst
@@ -45,9 +45,6 @@ mkdir: %_DEST%\inc\external\wine
..\unowinreg\unowinreg.dll %_DEST%\bin\unowinreg.dll
-..\vcredist\vcredist_x86.exe %_DEST%\bin\vcredist_x86.exe
-..\vcredist\vcredist_x64.exe %_DEST%\bin\vcredist_x64.exe
-
..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll
..\%__SRC%\lib\libmsvcrt*.* %_DEST%\lib\lib*.*
diff --git a/external/vcredist/README_vcredistX.exe b/external/vcredist/README_vcredistX.exe
deleted file mode 100644
index fcea38371c65..000000000000
--- a/external/vcredist/README_vcredistX.exe
+++ /dev/null
@@ -1,2 +0,0 @@
-Put into this directory the vcredist_x86.exe and vcredist_x64.exe
-correspoding to the runtime your Visual Studio version links with.