File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
plugins/plugin_generate/configs Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 276
276
"replace_string" : " \" modules\" : [\\ 1, \" cocostudio\" ]"
277
277
},
278
278
{
279
- "file_path" : " js-template-binary/frameworks/runtime-src/Classes/ide-support/RuntimeJsImpl.cpp " ,
280
- "pattern" : " #include \" js_module_register \\ .h \" " ,
281
- "replace_string" : " #include \" js_module_register.h \"\n #include \" jsb_cocos2dx_auto.hpp \" "
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
282
},
283
283
{
284
- "file_path" : " js -template-binary/frameworks/runtime-src/Classes/ide-support/RuntimeJsImpl.cpp " ,
285
- "pattern" : " get_jsb_cocos2d_FileUtils_prototype \\ ( \\ ) " ,
286
- "replace_string" : " jsb_cocos2d_FileUtils_prototype "
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
287
},
288
288
{
289
289
"file_path" : " cpp-template-binary/proj.win32/cocos2dx.props" ,
You can’t perform that action at this time.
0 commit comments