Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2006-11-14 22:17:25 +0000
committerAndrew Niefer2006-11-14 22:17:25 +0000
commit4cabfd14740017f033c3509f59f967bb6c0aa231 (patch)
tree8067250eabfcaf85883a3f984402b86d3fb5a1f4 /bundles/org.eclipse.equinox.launcher/.cdtproject
parent9f5bcde1dc3cbdacb8e674b2612f5740855a6b14 (diff)
downloadrt.equinox.framework-4cabfd14740017f033c3509f59f967bb6c0aa231.tar.gz
rt.equinox.framework-4cabfd14740017f033c3509f59f967bb6c0aa231.tar.xz
rt.equinox.framework-4cabfd14740017f033c3509f59f967bb6c0aa231.zip
finding startup.jar, setting up vmArgs vs progArgs
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher/.cdtproject')
-rw-r--r--bundles/org.eclipse.equinox.launcher/.cdtproject15
1 files changed, 11 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/.cdtproject b/bundles/org.eclipse.equinox.launcher/.cdtproject
index da9d75c21..1f808cd5f 100644
--- a/bundles/org.eclipse.equinox.launcher/.cdtproject
+++ b/bundles/org.eclipse.equinox.launcher/.cdtproject
@@ -58,20 +58,27 @@
</item>
<item id="org.eclipse.cdt.make.core.buildtargets">
<buildTargets>
-<target name="win32-mingw-all" path="library" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<target name="all-win32" path="library/win32" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
<buildCommand>make</buildCommand>
-<buildArguments>-C win32 -f make_mingw.mak</buildArguments>
+<buildArguments>-f make_mingw.mak</buildArguments>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
-<target name="win32-clean" path="library" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<target name="clean" path="library/win32" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
<buildCommand>make</buildCommand>
-<buildArguments>-C win32 -fmake_mingw.mak</buildArguments>
+<buildArguments>-f make_mingw.mak</buildArguments>
<buildTarget>clean</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
+<target name="all-linux" path="library/gtk" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<buildCommand>make</buildCommand>
+<buildArguments>-f make_linux.mak</buildArguments>
+<buildTarget>all</buildTarget>
+<stopOnError>false</stopOnError>
+<useDefaultCommand>false</useDefaultCommand>
+</target>
</buildTargets>
</item>
</data>

Back to the top