diff options
author | Brent Eagles <brent@zeroc.com> | 2005-02-08 04:44:56 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-02-08 04:44:56 +0000 |
commit | 8861cb83bc4dc4d69230a590b45e63ad7e16ef2a (patch) | |
tree | d0281b84f60ed27ad6440618431cd3356698ecda /cpp/newmakebindist.py | |
parent | Temporarily adding newmakebindist.py. This will either replace (diff) | |
download | ice-8861cb83bc4dc4d69230a590b45e63ad7e16ef2a.tar.bz2 ice-8861cb83bc4dc4d69230a590b45e63ad7e16ef2a.tar.xz ice-8861cb83bc4dc4d69230a590b45e63ad7e16ef2a.zip |
adding TODO commit describing some of the stuff that needs to be done on
the script
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py index b0ee0b9fd6a..86cb853aa46 100755 --- a/cpp/newmakebindist.py +++ b/cpp/newmakebindist.py @@ -8,6 +8,15 @@ # # ********************************************************************** +# +# TODO: +# +# * Finalize what is going where. +# * Tidying and tracing. +# * Testing on platforms besides Linux. +# * Ant build tasks for Ice got missed. +# + import os, sys, shutil, fnmatch, re, string, getopt, glob # |