mirror of https://github.com/axmolengine/axmol.git
46 lines
991 B
JSON
46 lines
991 B
JSON
{
|
|
"ndk_module_path" :[
|
|
"../../cocos2d-x",
|
|
"../../cocos2d-x/cocos/",
|
|
"../../cocos2d-x/external",
|
|
"../../cocos2d-x/cocos/scripting"
|
|
],
|
|
"copy_resources": [
|
|
{
|
|
"from": "../../../src",
|
|
"to": "src",
|
|
"exclude": [
|
|
"*.gz"
|
|
]
|
|
},
|
|
{
|
|
"from": "../../../res",
|
|
"to": "res",
|
|
"exclude": [
|
|
"*.gz"
|
|
]
|
|
}
|
|
],
|
|
"must_copy_resources": [
|
|
{
|
|
"from": "../../cocos2d-x/cocos/scripting/lua-bindings/script",
|
|
"to": ""
|
|
},
|
|
{
|
|
"from": "../../../config.json",
|
|
"to": ""
|
|
},
|
|
{
|
|
"from": "../../../runtime/rtres",
|
|
"to": "rtres"
|
|
},
|
|
{
|
|
"from": "../../cocos2d-x/external/lua/luasocket",
|
|
"to": "",
|
|
"include": [
|
|
"*.lua"
|
|
]
|
|
}
|
|
]
|
|
}
|