diff options
author | Mark Spruiell <mes@zeroc.com> | 2014-11-05 16:12:27 -0500 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2014-11-05 16:12:27 -0500 |
commit | d9470a4ce069dc900415e827f675208e1785b2f9 (patch) | |
tree | d170910cdb40f6a83a2647b7517d850bbc552b6e | |
parent | pragma fix for older GCC versions (diff) | |
download | ice-d9470a4ce069dc900415e827f675208e1785b2f9.tar.bz2 ice-d9470a4ce069dc900415e827f675208e1785b2f9.tar.xz ice-d9470a4ce069dc900415e827f675208e1785b2f9.zip |
makedist fix
-rwxr-xr-x | distribution/makedist.py | 2 |
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) |