Remove unused configuration.

This commit is contained in:
Bin Zhang 2015-06-29 16:24:15 +08:00
parent d3e9403f20
commit 06dec2be87
1 changed files with 0 additions and 12 deletions

View File

@ -168,17 +168,5 @@
"from": "tools/framework-compile/bin-templates/js-template-runtime",
"to": "js-template-binary"
}
],
"modify_config": [
{
"file_path": "cocos/2d/cocos2dx.props",
"pattern": "libbox2d\\.lib;",
"replace_string": ""
},
{
"file_path": "cocos/2d/cocos2dx.props",
"pattern": "libSpine\\.lib;",
"replace_string": ""
}
]
}