diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-07-27 16:30:26 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-07-27 16:30:26 +0000 |
commit | 263e1fc85f04cf7939279b8c854ec6a66442c058 (patch) | |
tree | 3271e1d0bdce57a50607436805c71478f6367bad /cpp/makedist.py | |
parent | adding projects to build Ice-E translators with static libs (diff) | |
download | ice-263e1fc85f04cf7939279b8c854ec6a66442c058.tar.bz2 ice-263e1fc85f04cf7939279b8c854ec6a66442c058.tar.xz ice-263e1fc85f04cf7939279b8c854ec6a66442c058.zip |
removing icee projects
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-x | cpp/makedist.py | 5 |
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: |