projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2607a44
)
skip 'vers' resource when copying resources from templeate -- jvr
author
Just van Rossum
<just@lettererror.com>
Sat, 30 Jan 1999 21:20:10 +0000
(21:20 +0000)
committer
Just van Rossum
<just@lettererror.com>
Sat, 30 Jan 1999 21:20:10 +0000
(21:20 +0000)
Mac/Lib/buildtools.py
patch
|
blob
|
history
diff --git
a/Mac/Lib/buildtools.py
b/Mac/Lib/buildtools.py
index 62fc38e19ddc8a7951e5bef10441e535636ea463..d2ae0fada4a7d254bb409a12474d826e76057d4d 100644
(file)
--- a/
Mac/Lib/buildtools.py
+++ b/
Mac/Lib/buildtools.py
@@
-157,7
+157,7
@@
def process_common(template, progress, code, rsrcname, destname, is_update, copy
Res.CloseResFile(input)
# Check which resource-types we should not copy from the template
- skiptypes = []
+ skiptypes = [
'vers'
]
if 'SIZE' in typesfound: skiptypes.append('SIZE')
if 'BNDL' in typesfound: skiptypes = skiptypes + ['BNDL', 'FREF', 'icl4',
'icl8', 'ics4', 'ics8', 'ICN#', 'ics#']