diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-02-26 11:41:09 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-02-26 11:42:47 (GMT) |
commit | 23e82d08519c747e6d8d2add53d7e84b363687bb (patch) | |
tree | c78b371e240eb07fb2cd413d46da4ec2305f708c /.project | |
parent | 8d14d9b2e0e459df6ca974dadee447abb3293a98 (diff) | |
download | swift-23e82d08519c747e6d8d2add53d7e84b363687bb.zip swift-23e82d08519c747e6d8d2add53d7e84b363687bb.tar.bz2 |
Added an option to not use stream compression.
Diffstat (limited to '.project')
-rw-r--r-- | .project | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -18,7 +18,7 @@ </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.autoBuildTarget</key> - <value></value> + <value>Sluift</value> </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.buildArguments</key> @@ -29,6 +29,10 @@ <value>python</value> </dictionary> <dictionary> + <key>org.eclipse.cdt.make.core.buildLocation</key> + <value></value> + </dictionary> + <dictionary> <key>org.eclipse.cdt.make.core.cleanBuildTarget</key> <value>-c</value> </dictionary> @@ -50,7 +54,7 @@ </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.fullBuildTarget</key> - <value></value> + <value>Sluift</value> </dictionary> <dictionary> <key>org.eclipse.cdt.make.core.stopOnError</key> |