mirror of https://github.com/axmolengine/axmol.git
include spine dependence in testjavascript
This commit is contained in:
parent
676e25d304
commit
22195a44d0
|
@ -19,6 +19,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES += jsb_network_static
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES += jsb_builder_static
|
LOCAL_WHOLE_STATIC_LIBRARIES += jsb_builder_static
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES += jsb_gui_static
|
LOCAL_WHOLE_STATIC_LIBRARIES += jsb_gui_static
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES += jsb_studio_static
|
LOCAL_WHOLE_STATIC_LIBRARIES += jsb_studio_static
|
||||||
|
LOCAL_WHOLE_STATIC_LIBRARIES += spine_static
|
||||||
|
|
||||||
|
|
||||||
LOCAL_EXPORT_CFLAGS := -DCOCOS2D_DEBUG=2
|
LOCAL_EXPORT_CFLAGS := -DCOCOS2D_DEBUG=2
|
||||||
|
@ -33,3 +34,4 @@ $(call import-module,scripting/javascript/bindings/network)
|
||||||
$(call import-module,scripting/javascript/bindings/cocosbuilder)
|
$(call import-module,scripting/javascript/bindings/cocosbuilder)
|
||||||
$(call import-module,scripting/javascript/bindings/gui)
|
$(call import-module,scripting/javascript/bindings/gui)
|
||||||
$(call import-module,scripting/javascript/bindings/cocostudio)
|
$(call import-module,scripting/javascript/bindings/cocostudio)
|
||||||
|
$(call import-module,editor-support/spine)
|
||||||
|
|
Loading…
Reference in New Issue