summaryrefslogtreecommitdiff
path: root/distribution/makedist.py
diff options
context:
space:
mode:
Diffstat (limited to 'distribution/makedist.py')
-rwxr-xr-xdistribution/makedist.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/distribution/makedist.py b/distribution/makedist.py
index 33e5fa7230c..45a750beafa 100755
--- a/distribution/makedist.py
+++ b/distribution/makedist.py
@@ -456,10 +456,6 @@ copyMatchingFiles(os.path.join(winSrcDir, "certs"), os.path.join(winDemoDir, "ce
os.mkdir(os.path.join(winDemoDir, "config"))
-copy(os.path.join(winSrcDir, "config", "makedepend.vbs"), os.path.join(winDemoDir, "config"), False)
-copy(os.path.join(winSrcDir, "config", "makedepend-list.vbs"), os.path.join(winDemoDir, "config"), False)
-copy(os.path.join(winSrcDir, "config", "makedepend-slice.vbs"), os.path.join(winDemoDir, "config"), False)
-
copy(os.path.join(winSrcDir, "config", "Make.common.rules.mak"), os.path.join(winDemoDir, "config"), False)
copy(os.path.join(winSrcDir, "cpp", "config", "Make.rules.msvc"), os.path.join(winDemoDir, "config"), False)
copy(os.path.join(winSrcDir, "java", "config", "common.xml"), os.path.join(winDemoDir, "config"), False)