# binhextree - Recursively descend a directory and
# pack all resource files.
#
+# Actually it doesn't binhex anymore, it only copies projects.
+#
# Jack Jansen, CWI, August 1995.
#
macostools.copy(path, dstfile)
extensions = [
- ('.rsrc', binhexit),
- ('.gif', binhexit),
+## ('.rsrc', binhexit),
+## ('.gif', binhexit),
('.ยต', copycwproject),
('.prj', copycwproject),
('.prj.exp', copycwexpfile),
TOP = name
os.path.walk(name, walker, None)
- for creator in project_files.keys():
- hexbincwprojects(creator)
+## for creator in project_files.keys():
+## hexbincwprojects(creator)
project_files = {}
def main():