Skip to content

Commit

Permalink
Updated source of CppUTest to be relative to a workspace build variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
schuchert committed Oct 6, 2011
1 parent d16ae31 commit ef0fb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cproject
Expand Up @@ -30,9 +30,9 @@
<option defaultValue="gnu.c.optimization.level.none" id="gnu.c.compiler.option.optimization.level.1125389995" name="Optimization Level" superClass="gnu.c.compiler.option.optimization.level" valueType="enumerated"/>
<option id="gnu.c.compiler.option.debugging.level.1432984775" name="Debug Level" superClass="gnu.c.compiler.option.debugging.level" value="gnu.c.debugging.level.max" valueType="enumerated"/>
<option id="gnu.c.compiler.option.include.paths.1896206093" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath">
<listOptionValue builtIn="false" value="/Users/schuchert/src/CppUTest2_3/include"/>
<listOptionValue builtIn="false" value="${CppUTest}/include"/>
</option>
<option id="gnu.c.compiler.option.misc.other.2147306067" superClass="gnu.c.compiler.option.misc.other" value="-c -fmessage-length=0 -fprofile-arcs -ftest-coverage" valueType="string"/>
<option id="gnu.c.compiler.option.misc.other.2147306067" name="Other flags" superClass="gnu.c.compiler.option.misc.other" value="-c -fmessage-length=0 -fprofile-arcs -ftest-coverage" valueType="string"/>
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1266331278" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
</tool>
<tool id="cdt.managedbuild.tool.gnu.cross.cpp.compiler.841351266" name="Cross G++ Compiler" superClass="cdt.managedbuild.tool.gnu.cross.cpp.compiler">
Expand Down

0 comments on commit ef0fb30

Please sign in to comment.