diff options
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-x | cpp/makedist.py | 3 |
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") # |