summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-02-08 04:44:56 +0000
committerBrent Eagles <brent@zeroc.com>2005-02-08 04:44:56 +0000
commit8861cb83bc4dc4d69230a590b45e63ad7e16ef2a (patch)
treed0281b84f60ed27ad6440618431cd3356698ecda /cpp
parentTemporarily adding newmakebindist.py. This will either replace (diff)
downloadice-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')
-rwxr-xr-xcpp/newmakebindist.py9
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
#