diff options
Diffstat (limited to 'Mac/Modules/res')
-rw-r--r-- | Mac/Modules/res/resscan.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/res/resscan.py b/Mac/Modules/res/resscan.py index cf4bcb1..51bf38d 100644 --- a/Mac/Modules/res/resscan.py +++ b/Mac/Modules/res/resscan.py @@ -19,6 +19,8 @@ def main(): scanner = ResourcesScanner(input, output, defsoutput) scanner.scan() scanner.close() + print "=== Testing definitions output code ===" + execfile(defsoutput, {}, {}) print "=== Done scanning and generating, now doing 'import ressupport' ===" import ressupport print "=== Done 'import ressupport'. It's up to you to compile Resmodule.c ===" |