diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-01-23 03:58:06 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-01-23 03:58:06 +0100 |
commit | bfb0ba2b0417a043e39689592a807ede41f12034 (patch) | |
tree | bc3227800a23dfa852e848b22ae218e624f98fd0 /.project | |
parent | 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d (diff) |
Revert "Merge remote branch 'upstream/master'"
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing
changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
Diffstat (limited to '.project')
-rw-r--r-- | .project | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -10,6 +10,10 @@ <triggers>full,incremental,</triggers> <arguments> <dictionary> + <key>?children?</key> + <value>?name?=outputEntries\|?children?=?name?=entry\\\\\\\\\\\\\\\|\\\\\\\|\||</value> + </dictionary> + <dictionary> <key>?name?</key> <value></value> </dictionary> @@ -23,11 +27,11 @@ </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.buildArguments</key> - <value></value> + <value>-configuration Debug</value> </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.buildCommand</key> - <value>make</value> + <value>xcodebuild</value> </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.buildLocation</key> @@ -55,7 +59,7 @@ </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.fullBuildTarget</key> - <value>all</value> + <value></value> </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.stopOnError</key> @@ -63,7 +67,7 @@ </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key> - <value>true</value> + <value>false</value> </dictionary> </arguments> </buildCommand> |