mirror of https://github.com/axmolengine/axmol.git
25 lines
536 B
JSON
25 lines
536 B
JSON
{
|
|
"copy_resources": [
|
|
{
|
|
"from": "../../src",
|
|
"to": "src",
|
|
"exclude": [
|
|
".gitignore",
|
|
".Ds_Store"
|
|
]
|
|
},
|
|
{
|
|
"from": "../../res",
|
|
"to": "res"
|
|
},
|
|
{
|
|
"from": "../../../../cocos/scripting/lua-bindings/script/",
|
|
"to": "src/cocos"
|
|
}
|
|
],
|
|
"depend_projs": [
|
|
"../../../../build/tizen",
|
|
"../../../../cocos/scripting/lua-bindings/proj.tizen"
|
|
]
|
|
}
|