build/data/targetDefinition.xml
changeset 0 beb51793110d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build/data/targetDefinition.xml	Mon Jan 18 21:35:57 2010 +0200
@@ -0,0 +1,28 @@
+<option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
+<!--    <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/> -->
+<target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
+<target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
+<target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
+<target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
+<target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
+<target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
+<target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
+<target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
+<target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
+<target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
+<target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
+
+<!-- Aditional Targets -->
+<target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
+<target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
+
+<targetList name="default" description="Main Targets" target="WINSCW ARMV5"/>
+<targetList name="default_winscw" description="Main Targets" target="WINSCW"/>
+<targetList name="default_armv5" description="Main Targets" target="ARMV5"/>
+<targetList name="default_rel" description="Main Targets for rel" target="WINSCW_REL ARMV5_REL"/>
+<targetList name="default_deb" description="Main Targets for deb" target="WINSCW_DEB ARMV5_DEB"/>
+<targetList name="default_debrel" description="Main Targets for deb" target="WINSCW_DEB ARMV5_REL"/>
+<targetList name="default_tools" description="tools Targets" target="TOOLS"/>
+<targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
+<targetList name="cwtools" description="cwtools Targets" target="CWTOOLS"/>
+<targetList name="cwtools_rel" description="cwtools Release Targets" target="CWTOOLS_REL"/>