|
|
@@ -10,6 +10,54 @@
|
|
|
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
|
|
|
<triggers>clean,full,incremental,</triggers>
|
|
|
<arguments>
|
|
|
+ <dictionary>
|
|
|
+ <key>?children?</key>
|
|
|
+ <value>?name?=outputEntries\|?children?=?name?=entry\\\\\\\|\\\|?name?=entry\\\\\\\|\\\|\||</value>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary>
|
|
|
+ <key>?name?</key>
|
|
|
+ <value></value>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary>
|
|
|
+ <key>org.eclipse.cdt.make.core.append_environment</key>
|
|
|
+ <value>true</value>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary>
|
|
|
+ <key>org.eclipse.cdt.make.core.buildArguments</key>
|
|
|
+ <value>NDK_DEBUG=1 -j4</value>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary>
|
|
|
+ <key>org.eclipse.cdt.make.core.buildCommand</key>
|
|
|
+ <value>ndk-build</value>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary>
|
|
|
+ <key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
|
|
|
+ <value>clean</value>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary>
|
|
|
+ <key>org.eclipse.cdt.make.core.contents</key>
|
|
|
+ <value>org.eclipse.cdt.make.core.activeConfigSettings</value>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary>
|
|
|
+ <key>org.eclipse.cdt.make.core.enableAutoBuild</key>
|
|
|
+ <value>false</value>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary>
|
|
|
+ <key>org.eclipse.cdt.make.core.enableCleanBuild</key>
|
|
|
+ <value>true</value>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary>
|
|
|
+ <key>org.eclipse.cdt.make.core.enableFullBuild</key>
|
|
|
+ <value>true</value>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary>
|
|
|
+ <key>org.eclipse.cdt.make.core.stopOnError</key>
|
|
|
+ <value>true</value>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary>
|
|
|
+ <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
|
|
|
+ <value>false</value>
|
|
|
+ </dictionary>
|
|
|
</arguments>
|
|
|
</buildCommand>
|
|
|
<buildCommand>
|
|
|
@@ -51,7 +99,7 @@
|
|
|
<link>
|
|
|
<name>src</name>
|
|
|
<type>2</type>
|
|
|
- <location>$%7BPARENT-2-PROJECT_LOC%7D/browser/src</location>
|
|
|
+ <locationURI>$%257BPARENT-2-PROJECT_LOC%257D/browser/src</locationURI>
|
|
|
</link>
|
|
|
</linkedResources>
|
|
|
</projectDescription>
|