summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2014-11-05 16:12:27 -0500
committerMark Spruiell <mes@zeroc.com>2014-11-05 16:12:27 -0500
commitd9470a4ce069dc900415e827f675208e1785b2f9 (patch)
treed170910cdb40f6a83a2647b7517d850bbc552b6e
parentpragma fix for older GCC versions (diff)
downloadice-d9470a4ce069dc900415e827f675208e1785b2f9.tar.bz2
ice-d9470a4ce069dc900415e827f675208e1785b2f9.tar.xz
ice-d9470a4ce069dc900415e827f675208e1785b2f9.zip
makedist fix
-rwxr-xr-xdistribution/makedist.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/distribution/makedist.py b/distribution/makedist.py
index ee68940c338..0574f65dc1f 100755
--- a/distribution/makedist.py
+++ b/distribution/makedist.py
@@ -423,7 +423,6 @@ for d in ["", "cpp", "java", "js"]:
copy(os.path.join(distFilesDir, "src", "common", "Make.rules"), os.path.join(demoDir, "config"), False)
copy(os.path.join(distFilesDir, "src", "common", "Make.rules.php"), os.path.join(demoDir, "config"), False)
-copy(os.path.join(distFilesDir, "src", "common", "build.properties"), os.path.join(demoDir, "config"), False)
copy(os.path.join(srcDir, "scripts"), os.path.join(demoscriptDir, "scripts"))
# Consolidate demoscript and demo distribution with files from each language mapping
@@ -512,7 +511,6 @@ copy(os.path.join(winSrcDir, "cpp", "config", "Make.rules.msvc"), os.path.join(w
copy(os.path.join(winSrcDir, "js", "config", "build.js"), os.path.join(winDemoDir, "config"), False)
copy(os.path.join(winSrcDir, "js", "config", "Make.rules.mak.js"), os.path.join(winDemoDir, "config"), False)
-copy(os.path.join(winDistFilesDir, "src", "common", "build.properties"), os.path.join(winDemoDir, "config"), False)
copy(os.path.join(winDistFilesDir, "src", "common", "Make.rules.mak"), os.path.join(winDemoDir, "config"), False)
copy(os.path.join(winDistFilesDir, "src", "common", "Make.rules.mak.php"), os.path.join(winDemoDir, "config"), False)