FreeCalypso > hg > tcs211-l1-reconst
comparison g23m/system/busyb/sourcesets/bae_asm.xml @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <sourceSet description="bae (asm files)" name="bae_asm"> | |
3 <settings> | |
4 <options> | |
5 <optionDef description="Common include path" name=""> | |
6 <condOption optRef="TI_INCLUDES" /> | |
7 </optionDef> | |
8 <optionDef description="Common option flags" name=""> | |
9 <condOption optRef="asmflags" /> | |
10 <condOption optRef="adefs" /> | |
11 <!-- Add -g to avoid visual linker not generating trampoline function --> | |
12 <condOption name="asm_options" require="TOOL_CHOICE==0"> | |
13 <condValue value="-g" /> | |
14 </condOption> | |
15 </optionDef> | |
16 </options> | |
17 </settings> | |
18 <sourceDirs> | |
19 <srcDir path="" pathRef="BAE_DIR" /> | |
20 </sourceDirs> | |
21 <sourceFiles> | |
22 <source require="RVTOOL==0" name="Engine/Platforms/ARM/TI/AC_DLSVoiceInnerLoops_mono_filters_ASM.s" /> | |
23 <source require="RVTOOL==0" name="Engine/Platforms/ARM/TI/AC_DLSVoiceInnerLoops_mono_nofilters_ASM.s" /> | |
24 <source require="RVTOOL==0" name="Engine/Platforms/ARM/TI/AC_DLSVoiceInnerLoops_stereo_filters_ASM.s" /> | |
25 <source require="RVTOOL==0" name="Engine/Platforms/ARM/TI/AC_DLSVoiceInnerLoops_stereo_nofilters_ASM.s" /> | |
26 <source require="RVTOOL==0" name="Engine/Platforms/ARM/TI/AC_DRCRun_ASM.s" /> | |
27 <source require="RVTOOL==0" name="Engine/Platforms/ARM/TI/ACC_MixerOutput_ASM.s" /> | |
28 <source require="RVTOOL==0" name="bae_convert_mono.s" /> | |
29 </sourceFiles> | |
30 </sourceSet> |