build/data/targetDefinition.xml
branchRCL_3
changeset 21 ea3e26ea6629
parent 6 c8ecf89eb77f
equal deleted inserted replaced
6:c8ecf89eb77f 21:ea3e26ea6629
     1 <option name="KEEPGOING" abldOption="-keepgoing" description="Causes make to keepgoing on errors" enable="Y"/>
       
     2 <!--    <option name="SAVESPACE" abldOption="-savespace" description="Causes the removal of intermediate files" enable="Y"/> -->
       
     3 <target name="WINS" abldTarget="wins" description="MSVC Compiler"/>
       
     4 <target name="WINS_REL" abldTarget="wins urel" description="MSVC Compiler"/>
       
     5 <target name="WINS_DEB" abldTarget="wins udeb" description="MSVC Compiler"/>
       
     6 <target name="WINSCW" abldTarget="winscw" description="CodeWarrior Compiler"/>
       
     7 <target name="WINSCW_REL" abldTarget="winscw urel" description="CodeWarrior Compiler"/>
       
     8 <target name="WINSCW_DEB" abldTarget="winscw udeb" description="CodeWarrior Compiler"/>
       
     9 <target name="TOOLS" abldTarget="tools" description="MSVC Compiler for Tools"/>
       
    10 <target name="TOOLS_REL" abldTarget="tools rel" description="MSVC Compiler for Tools Release mode only"/>
       
    11 <target name="ARMV5" abldTarget="armv5" description="RVCT Compiler"/>
       
    12 <target name="ARMV5_REL" abldTarget="armv5 urel" description="RVCT Compiler"/>
       
    13 <target name="ARMV5_DEB" abldTarget="armv5 udeb" description="RVCT Compiler"/>
       
    14 
       
    15 <!-- Aditional Targets -->
       
    16 <target name="CWTOOLS" abldTarget="cwtools" description="CodeWarrior Compiler for Tools"/> <!-- Not supported -->
       
    17 <target name="CWTOOLS_REL" abldTarget="cwtools rel" description="CodeWarrior Compiler for Tools Release mode only"/> <!-- Not supported -->
       
    18 
       
    19 <targetList name="default" description="Main Targets" target="WINSCW ARMV5"/>
       
    20 <targetList name="default_winscw" description="Main Targets" target="WINSCW"/>
       
    21 <targetList name="default_armv5" description="Main Targets" target="ARMV5"/>
       
    22 <targetList name="default_rel" description="Main Targets for rel" target="WINSCW_REL ARMV5_REL"/>
       
    23 <targetList name="default_deb" description="Main Targets for deb" target="WINSCW_DEB ARMV5_DEB"/>
       
    24 <targetList name="default_debrel" description="Main Targets for deb" target="WINSCW_DEB ARMV5_REL"/>
       
    25 <targetList name="default_tools" description="tools Targets" target="TOOLS"/>
       
    26 <targetList name="tools_rel" description="tools Release Targets" target="TOOLS_REL"/>
       
    27 <targetList name="cwtools" description="cwtools Targets" target="CWTOOLS"/>
       
    28 <targetList name="cwtools_rel" description="cwtools Release Targets" target="CWTOOLS_REL"/>