mirror of https://github.com/axmolengine/axmol.git
Merge pull request #11140 from natural-law/v3
[ci skip] Support compile & run test projects with cocos2d-console on wp8.
This commit is contained in:
commit
b9ce1e6834
|
@ -30,7 +30,9 @@
|
|||
"project_path": "../../build",
|
||||
"sln_file": "cocos2d-wp8.sln",
|
||||
"project_name": "cpp-empty-test",
|
||||
"build_folder_path": "cpp-empty-test/Properties/WMAppManifest.xml"
|
||||
"wp8_proj_path" : "proj-wp8-xaml",
|
||||
"build_folder_path": "cpp-empty-test/Bin/x86",
|
||||
"manifest_path": "cpp-empty-test/Properties/WMAppManifest.xml"
|
||||
},
|
||||
"wp8_1_cfg" : {
|
||||
"project_path": "../../build",
|
||||
|
|
|
@ -30,7 +30,9 @@
|
|||
"project_path": "../../build",
|
||||
"sln_file": "cocos2d-wp8.sln",
|
||||
"project_name": "cpp-tests",
|
||||
"build_folder_path": "cpp-tests/Properties/WMAppManifest.xml"
|
||||
"wp8_proj_path" : "proj.wp8-xaml",
|
||||
"build_folder_path": "cpp-tests/Bin/x86",
|
||||
"manifest_path": "cpp-tests/Properties/WMAppManifest.xml"
|
||||
},
|
||||
"wp8_1_cfg" : {
|
||||
"project_path": "../../build",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3c012eb35cde522d17985aab8e9bad1aa7818ff6
|
||||
Subproject commit 41a1468b229eb1d93e382e54c70457940129cdc0
|
Loading…
Reference in New Issue