summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-02-09 19:13:05 +0000
committerMark Spruiell <mes@zeroc.com>2005-02-09 19:13:05 +0000
commita64aba5ff9c202986e4ccaaa971a174d8d3f5995 (patch)
treefd3673eafd41dd4fa753fc2ae68c3046ed22626a /cpp/makedist.py
parentallow metadata for dictionary types (diff)
downloadice-a64aba5ff9c202986e4ccaaa971a174d8d3f5995.tar.bz2
ice-a64aba5ff9c202986e4ccaaa971a174d8d3f5995.tar.xz
ice-a64aba5ff9c202986e4ccaaa971a174d8d3f5995.zip
adding newmakebindist.py
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index f9e3ca9800e..5fa758d3a53 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -223,6 +223,7 @@ print "Removing unnecessary files..."
filesToRemove = [ \
os.path.join("ice", "makedist.py"), \
os.path.join("ice", "makebindist.py"), \
+ os.path.join("ice", "newmakebindist.py"), \
os.path.join("ice", "fixCopyright.py"), \
]
filesToRemove.extend(find("ice", ".dummy"))