diff options
author | Michi Henning <michi@zeroc.com> | 2005-05-16 05:37:41 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-05-16 05:37:41 +0000 |
commit | b16346e8e65a09ef0f00f5d0f8e1314c2c4d7d05 (patch) | |
tree | f362ee8e9559bd38170b634341a3cc38019d4733 /cpp/makebindist.py | |
parent | file README was initially added on branch R2_1_branch. (diff) | |
download | ice-b16346e8e65a09ef0f00f5d0f8e1314c2c4d7d05.tar.bz2 ice-b16346e8e65a09ef0f00f5d0f8e1314c2c4d7d05.tar.xz ice-b16346e8e65a09ef0f00f5d0f8e1314c2c4d7d05.zip |
Added KNOWN_ISSUES.txt.
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 9e1870cebc5..3fa254ace78 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -232,9 +232,6 @@ os.system("tar cvf " + icever + "-bin-" + platform + ".tar " + icever) os.system("gzip -9 " + icever + "-bin-" + platform + ".tar") os.system("zip -9ry " + icever + "-bin-" + platform + ".zip " + icever) -# -# Copy files (README, etc.). -# # # Done. |