diff options
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. |