2014-05-04 14:37:55 +08:00
|
|
|
{
|
2015-01-09 04:08:41 +08:00
|
|
|
"do_default": {
|
|
|
|
"exclude_from_template": [
|
|
|
|
"frameworks/runtime-src",
|
|
|
|
"runtime/config.json",
|
|
|
|
"runtime/version.json"
|
|
|
|
],
|
|
|
|
"project_replace_project_name": {
|
|
|
|
"src_project_name": "HelloLua",
|
|
|
|
"files": [
|
|
|
|
"config.json",
|
|
|
|
".project"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"append_dir": [
|
2014-10-11 02:55:04 +08:00
|
|
|
{
|
|
|
|
"from": "cocos/scripting/lua-bindings/script",
|
|
|
|
"to": "src/cocos",
|
|
|
|
"exclude": []
|
2015-01-09 04:08:41 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "templates/lua-template-default/src",
|
|
|
|
"to": "src",
|
|
|
|
"exclude": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "templates/lua-template-default/res",
|
|
|
|
"to": "res",
|
|
|
|
"exclude": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "external/win32-specific/gles/prebuilt",
|
|
|
|
"to": "runtime/win32",
|
|
|
|
"include": [
|
|
|
|
"*.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "external/win32-specific/icon/prebuilt",
|
|
|
|
"to": "runtime/win32",
|
|
|
|
"include": [
|
|
|
|
"*.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "external/win32-specific/MP3Decoder/prebuilt",
|
|
|
|
"to": "runtime/win32",
|
|
|
|
"include": [
|
|
|
|
"*.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "external/win32-specific/OggDecoder/prebuilt",
|
|
|
|
"to": "runtime/win32",
|
|
|
|
"include": [
|
|
|
|
"*.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "external/win32-specific/OpenalSoft/prebuilt",
|
|
|
|
"to": "runtime/win32",
|
|
|
|
"include": [
|
|
|
|
"*.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "external/win32-specific/zlib/prebuilt",
|
|
|
|
"to": "runtime/win32",
|
|
|
|
"include": [
|
|
|
|
"*.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "external/curl/prebuilt/win32",
|
|
|
|
"to": "runtime/win32",
|
|
|
|
"include": [
|
|
|
|
"*.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "external/lua/luajit/prebuilt/win32",
|
|
|
|
"to": "runtime/win32",
|
|
|
|
"include": [
|
|
|
|
"*.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "external/websockets/prebuilt/win32",
|
|
|
|
"to": "runtime/win32",
|
|
|
|
"include": [
|
|
|
|
"*.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "external/sqlite3/libraries/win32",
|
|
|
|
"to": "runtime/win32",
|
|
|
|
"include": [
|
|
|
|
"*.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "external/tiff/prebuilt/win32",
|
|
|
|
"to": "runtime/win32",
|
|
|
|
"include": [
|
|
|
|
"*.dll"
|
|
|
|
]
|
2015-01-13 18:28:33 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"do_add_native_support": {
|
|
|
|
"append_from_template": {
|
|
|
|
"from": "frameworks/runtime-src",
|
|
|
|
"to": "frameworks/runtime-src",
|
|
|
|
"exclude": [
|
|
|
|
"proj.android/bin",
|
|
|
|
"proj.android/assets",
|
|
|
|
"proj.android/libs",
|
|
|
|
"proj.ios_mac/HelloLua.xcodeproj/project.xcworkspace",
|
|
|
|
"proj.ios_mac/HelloLua.xcodeproj/xcuserdata",
|
|
|
|
"proj.win32/Debug.win32",
|
|
|
|
"proj.win32/Release.win32",
|
|
|
|
"proj.win32/HelloLua.sdf"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"append_x_engine": {
|
|
|
|
"from": ".",
|
|
|
|
"to": "frameworks/cocos2d-x"
|
|
|
|
},
|
|
|
|
"append_dir": [
|
2015-01-09 04:08:41 +08:00
|
|
|
{
|
|
|
|
"from": "tools/simulator/libsimulator",
|
|
|
|
"to": "frameworks/cocos2d-x/tools/simulator/libsimulator",
|
2015-01-12 23:42:37 +08:00
|
|
|
"exclude": [
|
|
|
|
"proj.win32/Debug",
|
|
|
|
"proj.win32/Release"
|
|
|
|
]
|
2015-05-22 19:47:16 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "tools/simulator/frameworks/runtime-src/Classes/ide-support",
|
|
|
|
"to": "frameworks/runtime-src/Classes/ide-support",
|
|
|
|
"exclude": [
|
|
|
|
"RuntimeJsImpl.h",
|
|
|
|
"RuntimeJsImpl.cpp"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "tools/simulator/frameworks/runtime-src/Classes/lua_module_register.h",
|
|
|
|
"to": "frameworks/runtime-src/Classes/"
|
2014-10-11 02:55:04 +08:00
|
|
|
}
|
2015-01-13 18:28:33 +08:00
|
|
|
],
|
2015-01-09 04:08:41 +08:00
|
|
|
"project_rename": {
|
|
|
|
"src_project_name": "HelloLua",
|
|
|
|
"files": [
|
|
|
|
"frameworks/runtime-src/proj.win32/PROJECT_NAME.vcxproj",
|
|
|
|
"frameworks/runtime-src/proj.win32/PROJECT_NAME.vcxproj.filters",
|
|
|
|
"frameworks/runtime-src/proj.win32/PROJECT_NAME.vcxproj.user",
|
|
|
|
"frameworks/runtime-src/proj.win32/PROJECT_NAME.sln",
|
|
|
|
"frameworks/runtime-src/proj.ios_mac/PROJECT_NAME.xcodeproj"
|
2014-05-04 14:37:55 +08:00
|
|
|
]
|
2015-01-09 04:08:41 +08:00
|
|
|
},
|
|
|
|
"project_replace_project_name": {
|
|
|
|
"src_project_name": "HelloLua",
|
|
|
|
"files": [
|
|
|
|
"config.json",
|
|
|
|
".project",
|
|
|
|
"frameworks/runtime-src/proj.win32/PROJECT_NAME.vcxproj",
|
|
|
|
"frameworks/runtime-src/proj.win32/PROJECT_NAME.vcxproj.filters",
|
|
|
|
"frameworks/runtime-src/proj.win32/PROJECT_NAME.vcxproj.user",
|
|
|
|
"frameworks/runtime-src/proj.win32/PROJECT_NAME.sln",
|
|
|
|
"frameworks/runtime-src/proj.win32/main.cpp",
|
|
|
|
"frameworks/runtime-src/proj.android/.project",
|
|
|
|
"frameworks/runtime-src/proj.android/AndroidManifest.xml",
|
|
|
|
"frameworks/runtime-src/proj.android/build.xml",
|
|
|
|
"frameworks/runtime-src/proj.android/res/values/strings.xml",
|
2015-05-21 18:27:30 +08:00
|
|
|
"frameworks/runtime-src/proj.android-studio/settings.gradle",
|
2015-01-09 04:08:41 +08:00
|
|
|
"frameworks/runtime-src/proj.ios_mac/ios/main.m",
|
|
|
|
"frameworks/runtime-src/proj.ios_mac/ios/Prefix.pch",
|
|
|
|
"frameworks/runtime-src/proj.ios_mac/mac/SimulatorApp.mm",
|
2015-01-12 23:42:37 +08:00
|
|
|
"frameworks/runtime-src/proj.ios_mac/PROJECT_NAME.xcodeproj/project.pbxproj"
|
2014-05-04 14:37:55 +08:00
|
|
|
]
|
2015-01-09 04:08:41 +08:00
|
|
|
},
|
|
|
|
"project_replace_package_name": {
|
|
|
|
"src_package_name": "org.cocos2dx.hellolua",
|
|
|
|
"files": [
|
2015-05-21 18:27:30 +08:00
|
|
|
"frameworks/runtime-src/proj.android/AndroidManifest.xml",
|
2015-05-25 16:53:36 +08:00
|
|
|
"frameworks/runtime-src/proj.android-studio/app/build.gradle",
|
|
|
|
"frameworks/runtime-src/proj.android-studio/app/AndroidManifest.xml"
|
2014-05-04 14:37:55 +08:00
|
|
|
]
|
2015-01-09 04:08:41 +08:00
|
|
|
},
|
|
|
|
"project_replace_mac_bundleid": {
|
2014-07-08 10:22:08 +08:00
|
|
|
"src_bundle_id": "org.cocos2dx.hellolua",
|
|
|
|
"files": [
|
2015-01-09 04:08:41 +08:00
|
|
|
"frameworks/runtime-src/proj.ios_mac/mac/Info.plist"
|
2014-07-08 10:22:08 +08:00
|
|
|
]
|
2015-01-09 04:08:41 +08:00
|
|
|
},
|
|
|
|
"project_replace_ios_bundleid": {
|
2014-07-08 10:22:08 +08:00
|
|
|
"src_bundle_id": "org.cocos2dx.hellolua",
|
|
|
|
"files": [
|
2015-01-09 04:08:41 +08:00
|
|
|
"frameworks/runtime-src/proj.ios_mac/ios/Info.plist"
|
2014-07-08 10:22:08 +08:00
|
|
|
]
|
2015-01-20 19:15:44 +08:00
|
|
|
},
|
|
|
|
"modify_files":[
|
2015-04-22 10:12:40 +08:00
|
|
|
{
|
|
|
|
"file_path": "frameworks/runtime-src/Classes/ide-support/CodeIDESupport.h",
|
|
|
|
"pattern": "#define CC_CODE_IDE_DEBUG_SUPPORT 1",
|
|
|
|
"replace_string": "#define CC_CODE_IDE_DEBUG_SUPPORT 0"
|
|
|
|
}
|
2015-01-20 19:15:44 +08:00
|
|
|
]
|
2014-05-04 14:37:55 +08:00
|
|
|
}
|
|
|
|
}
|