Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordschaefer2011-01-05 16:59:12 +0000
committerdschaefer2011-01-05 16:59:12 +0000
commit8b93c12aeb2acb2abaa52dabe6c832fd1699a3eb (patch)
tree2332b9f44743b93b0dd77b17f3748dcc4690327f /.project
parentd1d9b67d1087eb89db2b6ec85a49c572a9f7328e (diff)
downloadorg.eclipse.tcf.agent-8b93c12aeb2acb2abaa52dabe6c832fd1699a3eb.tar.gz
org.eclipse.tcf.agent-8b93c12aeb2acb2abaa52dabe6c832fd1699a3eb.tar.xz
org.eclipse.tcf.agent-8b93c12aeb2acb2abaa52dabe6c832fd1699a3eb.zip
Added CMake building for MinGW.
Diffstat (limited to '.project')
-rwxr-xr-x.project10
1 files changed, 5 insertions, 5 deletions
diff --git a/.project b/.project
index b223a165..d1de59e5 100755
--- a/.project
+++ b/.project
@@ -27,15 +27,15 @@
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildCommand</key>
- <value>make</value>
+ <value>sh</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildLocation</key>
- <value>${build_project}</value>
+ <value>${workspace_loc:/org.eclipse.tm.tcf.agent/cmake}</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
- <value>clean</value>
+ <value>-c &quot;./build-gcc-release.sh clean&quot;</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.contents</key>
@@ -55,7 +55,7 @@
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
- <value>all</value>
+ <value>-c &quot;./build-gcc-release.sh all&quot;</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.stopOnError</key>
@@ -63,7 +63,7 @@
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
- <value>true</value>
+ <value>false</value>
</dictionary>
</arguments>
</buildCommand>

Back to the top