Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2006-11-13 22:55:40 +0000
committerAndrew Niefer2006-11-13 22:55:40 +0000
commit65358aa65c659e23ae3301bc60f55ad25be81e9d (patch)
tree669a51d2d2504b6d81233a3988bf2a15978b2472 /bundles/org.eclipse.equinox.launcher/.cdtproject
parent47ef073c6ebba76275577670bc6dc2b198218765 (diff)
downloadrt.equinox.framework-65358aa65c659e23ae3301bc60f55ad25be81e9d.tar.gz
rt.equinox.framework-65358aa65c659e23ae3301bc60f55ad25be81e9d.tar.xz
rt.equinox.framework-65358aa65c659e23ae3301bc60f55ad25be81e9d.zip
Remove shared memory code, Add JNI. win32-mingw compiles.
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher/.cdtproject')
-rw-r--r--bundles/org.eclipse.equinox.launcher/.cdtproject18
1 files changed, 18 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/.cdtproject b/bundles/org.eclipse.equinox.launcher/.cdtproject
index d81ca9d42..da9d75c21 100644
--- a/bundles/org.eclipse.equinox.launcher/.cdtproject
+++ b/bundles/org.eclipse.equinox.launcher/.cdtproject
@@ -56,5 +56,23 @@
<pathentry kind="out" path=""/>
<pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/>
</item>
+<item id="org.eclipse.cdt.make.core.buildtargets">
+<buildTargets>
+<target name="win32-mingw-all" path="library" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<buildCommand>make</buildCommand>
+<buildArguments>-C win32 -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">
+<buildCommand>make</buildCommand>
+<buildArguments>-C win32 -fmake_mingw.mak</buildArguments>
+<buildTarget>clean</buildTarget>
+<stopOnError>false</stopOnError>
+<useDefaultCommand>false</useDefaultCommand>
+</target>
+</buildTargets>
+</item>
</data>
</cdtproject>

Back to the top