mirror of https://github.com/axmolengine/axmol.git
24 lines
1014 B
INI
24 lines
1014 B
INI
[testandroid]
|
|
name = simple_test
|
|
prefix = autogentestbindings
|
|
classes = SimpleNativeClass
|
|
extra_arguments = -D_SIZE_T_DEFINED_ -nostdinc -nostdinc++ -I%(androidndkdir)s/platforms/android-14/arch-arm/usr/include -I%(androidndkdir)s/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include -I%(androidndkdir)s/sources/cxx-stl/gnu-libstdc++/4.6/include -I%(clangllvmdir)s/lib/clang/3.1/include -I%(cxxgeneratordir)s/test/simple_test -x c++
|
|
headers = %(cxxgeneratordir)s/test/simple_test/simple_class.h
|
|
target_namespace =
|
|
remove_prefix =
|
|
skip =
|
|
base_objects =
|
|
abstract_classes =
|
|
classes_have_type_info = no
|
|
rename =
|
|
rename_functions =
|
|
rename_classes =
|
|
# classes for which there will be no "parent" lookup
|
|
classes_have_no_parents =
|
|
|
|
# base classes which will be skipped when their sub-classes found them.
|
|
base_classes_to_skip =
|
|
|
|
# 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 = yes
|