summaryrefslogtreecommitdiff
path: root/cpp/iceemakedist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-07-27 16:31:59 +0000
committerMark Spruiell <mes@zeroc.com>2005-07-27 16:31:59 +0000
commit9483659b99d6e4fd5d548f9286502ecec11af8da (patch)
tree2d1c5feb18f9be76bf861055571e6cf5b98abbb6 /cpp/iceemakedist.py
parentremoving icee projects (diff)
downloadice-9483659b99d6e4fd5d548f9286502ecec11af8da.tar.bz2
ice-9483659b99d6e4fd5d548f9286502ecec11af8da.tar.xz
ice-9483659b99d6e4fd5d548f9286502ecec11af8da.zip
removing project files
Diffstat (limited to 'cpp/iceemakedist.py')
-rwxr-xr-xcpp/iceemakedist.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/iceemakedist.py b/cpp/iceemakedist.py
index 8cb0e7ab5d6..786a2812c36 100755
--- a/cpp/iceemakedist.py
+++ b/cpp/iceemakedist.py
@@ -258,6 +258,9 @@ filesToRemove = [ \
os.path.join("ice", "all.dsw"), \
os.path.join("ice", "all.dsp"), \
os.path.join("ice", "allTests.py"), \
+ os.path.join("ice", "src", "icecpp", "icecpp.dsp"), \
+ os.path.join("ice", "src", "IceUtil", "iceutil.dsp"), \
+ os.path.join("ice", "src", "Slice", "slice.dsp"), \
]
filesToRemove.extend(find("ice", ".dummy"))
for x in filesToRemove:
@@ -423,6 +426,6 @@ os.system("zip -9r" + quiet + " " + icever + ".zip " + icever)
# Done.
#
print "Cleaning up..."
-#shutil.rmtree(icever)
+shutil.rmtree(icever)
shutil.rmtree("icee")
print "Done."