summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-07-27 16:30:26 +0000
committerMark Spruiell <mes@zeroc.com>2005-07-27 16:30:26 +0000
commit263e1fc85f04cf7939279b8c854ec6a66442c058 (patch)
tree3271e1d0bdce57a50607436805c71478f6367bad /cpp/makedist.py
parentadding projects to build Ice-E translators with static libs (diff)
downloadice-263e1fc85f04cf7939279b8c854ec6a66442c058.tar.bz2
ice-263e1fc85f04cf7939279b8c854ec6a66442c058.tar.xz
ice-263e1fc85f04cf7939279b8c854ec6a66442c058.zip
removing icee projects
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index 6aa3da76e36..05ead454167 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -244,6 +244,11 @@ filesToRemove = [ \
os.path.join("ice", "fixCopyright.py"), \
os.path.join("ice", "fixVersion.py"), \
os.path.join("ice", "certs", "makecerts"), \
+ os.path.join("ice", "icee.dsw"), \
+ os.path.join("ice", "icee.dsp"), \
+ os.path.join("ice", "src", "icecpp", "icecppe.dsp"), \
+ os.path.join("ice", "src", "IceUtil", "iceutile.dsp"), \
+ os.path.join("ice", "src", "Slice", "slicee.dsp"), \
]
filesToRemove.extend(find("ice", ".dummy"))
for x in filesToRemove: