diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-02-09 19:13:05 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-02-09 19:13:05 +0000 |
commit | a64aba5ff9c202986e4ccaaa971a174d8d3f5995 (patch) | |
tree | fd3673eafd41dd4fa753fc2ae68c3046ed22626a /cpp/makedist.py | |
parent | allow metadata for dictionary types (diff) | |
download | ice-a64aba5ff9c202986e4ccaaa971a174d8d3f5995.tar.bz2 ice-a64aba5ff9c202986e4ccaaa971a174d8d3f5995.tar.xz ice-a64aba5ff9c202986e4ccaaa971a174d8d3f5995.zip |
adding newmakebindist.py
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-x | cpp/makedist.py | 1 |
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")) |