|
168 | 168 | {
|
169 | 169 | "from": "cocos/platform/android/java/libs",
|
170 | 170 | "to": "js-template-binary/frameworks/runtime-src/proj.android/jars"
|
| 171 | + }, |
| 172 | + { |
| 173 | + "from": "cocos/2d/", |
| 174 | + "to": "cpp-template-binary/proj.win32/", |
| 175 | + "include": [ |
| 176 | + "cocos2dx.props" |
| 177 | + ] |
| 178 | + }, |
| 179 | + { |
| 180 | + "from": "cocos/2d/", |
| 181 | + "to": "lua-template-binary/frameworks/runtime-src/proj.win32/", |
| 182 | + "include": [ |
| 183 | + "cocos2dx.props" |
| 184 | + ] |
| 185 | + }, |
| 186 | + { |
| 187 | + "from": "cocos/2d/", |
| 188 | + "to": "js-template-binary/frameworks/runtime-src/proj.win32/", |
| 189 | + "include": [ |
| 190 | + "cocos2dx.props" |
| 191 | + ] |
171 | 192 | }
|
172 | 193 | ],
|
173 | 194 | "copy_from_bin_templates" : [
|
|
253 | 274 | "file_path": "js-template-binary/project.json",
|
254 | 275 | "pattern": "\\\"modules\\\"[ \\t]*:[ \\t]*\\[(.*)\\]",
|
255 | 276 | "replace_string": "\"modules\" : [\\1, \"cocostudio\"]"
|
| 277 | + }, |
| 278 | + { |
| 279 | + "file_path": "js-template-binary/frameworks/runtime-src/Classes/ide-support/CodeIDESupport.h", |
| 280 | + "pattern": "#define CC_CODE_IDE_DEBUG_SUPPORT 1", |
| 281 | + "replace_string": "#define CC_CODE_IDE_DEBUG_SUPPORT 0" |
| 282 | + }, |
| 283 | + { |
| 284 | + "file_path": "lua-template-binary/frameworks/runtime-src/Classes/ide-support/CodeIDESupport.h", |
| 285 | + "pattern": "#define CC_CODE_IDE_DEBUG_SUPPORT 1", |
| 286 | + "replace_string": "#define CC_CODE_IDE_DEBUG_SUPPORT 0" |
| 287 | + }, |
| 288 | + { |
| 289 | + "file_path": "cpp-template-binary/proj.win32/cocos2dx.props", |
| 290 | + "pattern": "(libbox2d\\.lib;)|(libSpine\\.lib;)", |
| 291 | + "replace_string": "" |
| 292 | + }, |
| 293 | + { |
| 294 | + "file_path": "lua-template-binary/frameworks/runtime-src/proj.win32/cocos2dx.props", |
| 295 | + "pattern": "(libbox2d\\.lib;)|(libSpine\\.lib;)", |
| 296 | + "replace_string": "" |
| 297 | + }, |
| 298 | + { |
| 299 | + "file_path": "js-template-binary/frameworks/runtime-src/proj.win32/cocos2dx.props", |
| 300 | + "pattern": "(libbox2d\\.lib;)|(libSpine\\.lib;)", |
| 301 | + "replace_string": "" |
256 | 302 | }
|
257 | 303 | ],
|
258 | 304 | "build_cfg_files" : {
|
|
0 commit comments