diff options
author | Juan Linietsky <reduzio@gmail.com> | 2014-09-17 11:53:29 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2014-09-17 11:53:29 -0300 |
commit | fa004d5c0fb79e59f81d53ab8f53906a930a8453 (patch) | |
tree | d36a10e4758c5ef93daab7f69a9647d44998d355 /core/SCsub | |
parent | 64b01d6ce04350ad9d0cf36bf489426ff7ccd40c (diff) |
Small Fixes
-----------
-Added Ability for centering on top left for centercontainer
-Added ability to bind more than 5 parameters (must include an extra file)
Diffstat (limited to 'core/SCsub')
-rw-r--r-- | core/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SCsub b/core/SCsub index 7eace22b73..2b195fa750 100644 --- a/core/SCsub +++ b/core/SCsub @@ -53,7 +53,7 @@ env.add_source_files(env.core_sources,"*.cpp") Export('env') import make_binders -env.Command('method_bind.inc', 'make_binders.py', make_binders.run) +env.Command(['method_bind.inc','method_bind_ext.inc'], 'make_binders.py', make_binders.run) SConscript('os/SCsub'); SConscript('math/SCsub'); |