mirror of https://github.com/axmolengine/axmol.git
commit
3873bbc5f7
2
plugin
2
plugin
|
@ -1 +1 @@
|
|||
Subproject commit 8d1888ac8f2846a67094905b7f362f746ae5a31f
|
||||
Subproject commit 9c803c7c6d95f00f4ddc8d7c939554cea3811297
|
|
@ -27,7 +27,7 @@
|
|||
<arguments>
|
||||
<dictionary>
|
||||
<key>?children?</key>
|
||||
<value>?name?=outputEntries\|?children?=?name?=entry\\\\\\\|\\\|\||</value>
|
||||
<value>?children?=?name?=entry\\\\\\\|\\\|\|?name?=outputEntries\||</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>?name?</key>
|
||||
|
@ -43,7 +43,7 @@
|
|||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.buildArguments</key>
|
||||
<value>${ProjDirPath}/build_native.py</value>
|
||||
<value>${ProjDirPath}/build_native.py -b release</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.buildCommand</key>
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
# Project target.
|
||||
target=android-10
|
||||
|
||||
android.library.reference.1=../cocos2d/cocos/platform/android/java
|
||||
android.library.reference.1=../../../cocos/platform/android/java
|
||||
|
|
Loading…
Reference in New Issue