Changeset 391 for python/trunk/Mac/scripts/BuildApplet.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Mac/scripts/BuildApplet.py
r2 r391 113 113 elif opt in ('-d', '--destroot'): 114 114 destroot = arg 115 # On OS9 always be verbose116 if sys.platform == 'mac' and not verbose:117 verbose = 'default'118 115 # Loop over all files to be processed 119 116 for filename in args:
Note:
See TracChangeset
for help on using the changeset viewer.