Merge pull request #5982 from samuele3hu/develop_test

[luabindings] Modify the config files for bindings-generator to fix the error about “is_ref_class”
This commit is contained in:
James Chen 2014-03-26 13:47:04 +08:00
commit c01491d3a3
5 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit 4e49198989adf8e55ac70756a035fc7f195e8e36
Subproject commit 83818aec3cbe1ecf2db5380df254bab489d44f46

View File

@ -63,7 +63,7 @@ remove_prefix =
classes_have_no_parents =
# base classes which will be skipped when their sub-classes found them.
base_classes_to_skip = Ref ProcessBase
base_classes_to_skip =
# classes that create no constructor
# Set is special and we will use a hand-written constructor

View File

@ -50,7 +50,7 @@ remove_prefix =
classes_have_no_parents =
# base classes which will be skipped when their sub-classes found them.
base_classes_to_skip = Ref ProcessBase
base_classes_to_skip =
# classes that create no constructor
# Set is special and we will use a hand-written constructor

View File

@ -68,11 +68,11 @@ remove_prefix =
classes_have_no_parents =
# base classes which will be skipped when their sub-classes found them.
base_classes_to_skip = Ref ProcessBase
base_classes_to_skip =
# classes that create no constructor
# Set is special and we will use a hand-written constructor
abstract_classes = ArmatureDataManager ComAttribute ComRender ComAudio ActionManagerEx SceneReader GUIReader BatchNode
abstract_classes = ArmatureDataManager ComAttribute ComRender ComAudio ActionManagerEx SceneReader GUIReader BatchNode ProcessBase
# Determining whether to use script object(js object) to control the lifecycle of native(cpp) object or the other way around. Supported values are 'yes' or 'no'.
script_control_cpp = no

View File

@ -57,7 +57,7 @@ remove_prefix =
classes_have_no_parents = Helper
# base classes which will be skipped when their sub-classes found them.
base_classes_to_skip = Ref
base_classes_to_skip =
# classes that create no constructor
# Set is special and we will use a hand-written constructor