Date: Wednesday, April 18, 2007 @ 10:38:35
  Author: gilles
    Path: /cvsroot/carob/carob

Modified: .cdtproject (1.7 -> 1.8)

Added debug targets (following change on default make target to release)


-------------+
 .cdtproject |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+)


Index: carob/.cdtproject
diff -u carob/.cdtproject:1.7 carob/.cdtproject:1.8
--- carob/.cdtproject:1.7       Mon Dec 19 19:46:13 2005
+++ carob/.cdtproject   Wed Apr 18 10:38:34 2007
@@ -62,6 +62,27 @@
 <stopOnError>false</stopOnError>
 <useDefaultCommand>true</useDefaultCommand>
 </target>
+<target name="debug" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<buildCommand>make</buildCommand>
+<buildArguments>CUSTOM=gcc-debug</buildArguments>
+<buildTarget>all</buildTarget>
+<stopOnError>false</stopOnError>
+<useDefaultCommand>false</useDefaultCommand>
+</target>
+<target name="test-debug" path="" 
targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<buildCommand>make</buildCommand>
+<buildArguments>CUSTOM=gcc-debug</buildArguments>
+<buildTarget>test</buildTarget>
+<stopOnError>false</stopOnError>
+<useDefaultCommand>false</useDefaultCommand>
+</target>
+<target name="test-debug (mysql)" path="" 
targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<buildCommand>make</buildCommand>
+<buildArguments>CPPFLAGS=-DCAROB_TEST_USE_MYSQL 
CUSTOM=gcc-debug</buildArguments>
+<buildTarget>test</buildTarget>
+<stopOnError>false</stopOnError>
+<useDefaultCommand>false</useDefaultCommand>
+</target>
 </buildTargets>
 </item>
 <item id="scannerConfiguration">

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to