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