diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-11-17 02:32:07 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-11-17 02:32:07 +0000 |
commit | 89c50b51bebf9118b00fd5783b41227e6184d740 (patch) | |
tree | a4999ed435d84d98e96a56fa32f387df179ffe2d /py | |
parent | initial commit (diff) | |
download | ice-89c50b51bebf9118b00fd5783b41227e6184d740.tar.bz2 ice-89c50b51bebf9118b00fd5783b41227e6184d740.tar.xz ice-89c50b51bebf9118b00fd5783b41227e6184d740.zip |
remove makebindist
Diffstat (limited to 'py')
-rwxr-xr-x | py/makebindist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/makebindist.py b/py/makebindist.py index 9d77ecf084d..8c93b4e9ed0 100755 --- a/py/makebindist.py +++ b/py/makebindist.py @@ -187,7 +187,7 @@ os.chdir(cwd) print "Removing unnecessary files..." filesToRemove = [ \ os.path.join("icepy", "makedist.py"), \ - #os.path.join("icepy", "makebindist.py"), \ + os.path.join("icepy", "makebindist.py"), \ os.path.join("icepy", "all.dsw"), \ os.path.join("icepy", "Makefile"), \ os.path.join("icepy", "config", "Make.rules"), \ |