Skip to content

Commit cd060e0

Browse files
committed
Merge branch 'newcode' into v3
2 parents fb638bd + 1923524 commit cd060e0

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

tests/cpp-empty-test/.cocos-project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"project_path": "../../build",
4242
"sln_file": "cocos2d-win8.1-universal.sln",
4343
"project_name": "HelloCpp.Windows"
44-
}
44+
},
45+
"engine_dir": "../../"
4546
}

tests/cpp-tests/.cocos-project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"project_path": "../../build",
4242
"sln_file": "cocos2d-win8.1-universal.sln",
4343
"project_name": "cpp-tests.Windows"
44-
}
44+
},
45+
"engine_dir": "../../"
4546
}

tests/lua-empty-test/.cocos-project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
},
2727
"android_cfg": {
2828
"project_path": "project/proj.android"
29-
}
29+
},
30+
"engine_dir": "../../"
3031
}

tests/lua-tests/.cocos-project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
},
2727
"android_cfg": {
2828
"project_path": "project/proj.android"
29-
}
29+
},
30+
"engine_dir": "../../"
3031
}

tools/cocos2d-console

0 commit comments

Comments
 (0)