summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-11-17 01:03:36 +0000
committerMark Spruiell <mes@zeroc.com>2004-11-17 01:03:36 +0000
commit85810f7c1d8e7647a968e08cc0b1b7025fbfbe28 (patch)
tree6beb8f7f2010689dc243978c4121a8b08471ffef /cpp/makedist.py
parentremoving slice2py (diff)
downloadice-85810f7c1d8e7647a968e08cc0b1b7025fbfbe28.tar.bz2
ice-85810f7c1d8e7647a968e08cc0b1b7025fbfbe28.tar.xz
ice-85810f7c1d8e7647a968e08cc0b1b7025fbfbe28.zip
remove makebindist
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index 24374345a82..f9e3ca9800e 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -222,13 +222,12 @@ os.system("cvs " + quiet + " -d cvs.mutablerealms.com:/home/cvsroot export " + t
print "Removing unnecessary files..."
filesToRemove = [ \
os.path.join("ice", "makedist.py"), \
+ os.path.join("ice", "makebindist.py"), \
os.path.join("ice", "fixCopyright.py"), \
]
filesToRemove.extend(find("ice", ".dummy"))
-#filesToRemove.extend(find("ice/src/slice2cs", "*"))
for x in filesToRemove:
os.remove(x)
-#os.removedirs("ice/src/slice2cs")
#editFile("ice/src/Makefile", "slice2cs")
#