forked from readium/readium-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
not entirely sure what Eclipse Builder this is, but it was generated …
…by my IDE and it looks legit...so here it is.
- Loading branch information
1 parent
0fc619c
commit f720151
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...m/Android/.externalToolBuilders/org.eclipse.cdt.managedbuilder.core.genmakebuilder.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> | ||
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/> | ||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER" value="org.eclipse.cdt.managedbuilder.core.genmakebuilder"/> | ||
<mapAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS"> | ||
<mapEntry key="?children?" value="?name?=outputEntries\|?children?=?name?=entry\\\\\\\|\\\|?name?=entry\\\\\\\|\\\|\||"/> | ||
<mapEntry key="?name?" value=""/> | ||
<mapEntry key="org.eclipse.cdt.make.core.append_environment" value="true"/> | ||
<mapEntry key="org.eclipse.cdt.make.core.buildArguments" value="-C . V=1 NDK_APPLICATION_MK=Application.mk NDK_PROJECT_PATH="${workspace_loc:/ePub3-Library}" APP_BUILD_SCRIPT=Android.mk NDK_DEBUG=1"/> | ||
<mapEntry key="org.eclipse.cdt.make.core.buildCommand" value="ndk-build"/> | ||
<mapEntry key="org.eclipse.cdt.make.core.buildLocation" value="${workspace_loc:/ePub3-Library}"/> | ||
<mapEntry key="org.eclipse.cdt.make.core.cleanBuildTarget" value="clean"/> | ||
<mapEntry key="org.eclipse.cdt.make.core.contents" value="org.eclipse.cdt.make.core.activeConfigSettings"/> | ||
<mapEntry key="org.eclipse.cdt.make.core.enableAutoBuild" value="false"/> | ||
<mapEntry key="org.eclipse.cdt.make.core.enableCleanBuild" value="true"/> | ||
<mapEntry key="org.eclipse.cdt.make.core.enableFullBuild" value="true"/> | ||
<mapEntry key="org.eclipse.cdt.make.core.stopOnError" value="true"/> | ||
<mapEntry key="org.eclipse.cdt.make.core.useDefaultBuildCmd" value="false"/> | ||
</mapAttribute> | ||
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> | ||
</launchConfiguration> |