Mercurial > hg > Game > Cerium
changeset 333:82e217ed5af5 draft
example/task_config/tasks.xml changed
author | admin@mb16-no-macbook.local |
---|---|
date | Fri, 12 Jun 2009 17:14:44 +0900 |
parents | 5950b6ff7fec |
children | 7bc5cbc5fe04 |
files | example/task_config/tasks.xml |
diffstat | 1 files changed, 320 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/example/task_config/tasks.xml Fri Jun 12 17:03:18 2009 +0900 +++ b/example/task_config/tasks.xml Fri Jun 12 17:14:44 2009 +0900 @@ -38,8 +38,8 @@ </target> <source> Hello.cc </source> + </task> - </directory> <directory> @@ -70,7 +70,326 @@ </target> <source> Hello.cc </source> + + </task> +</directory> + +<directory> + <path> ${CERIUM}/Renderer/test_render </path> + <task name="CreatePolygon"> + <target name="cell"> + <path> spe </path> + <cpu> SPE_ANY </cpu> + <cc cc:compiler="spu-g++"/> + </target> + <target name="cell"> + <path> ppe </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="ppu-g++"/> + </target> + + <target name="macosx"> + <path> macosx </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="mac-g++"/> + </target> + + <target name="linux"> + <path> linux </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="linux-g++"/> + </target> + + <source> CreatePolygon.cc </source> + + </task> +</directory> + +<directory> + <path> ${CERIUM}/Renderer/test_render </path> + <task name="CreateSpan"> + <target name="cell"> + <path> spe </path> + <cpu> SPE_ANY </cpu> + <cc cc:compiler="spu-g++"/> + </target> + + <target name="cell"> + <path> ppe </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="ppu-g++"/> + </target> + + <target name="macosx"> + <path> macosx </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="mac-g++"/> + </target> + + <target name="linux"> + <path> linux </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="linux-g++"/> + </target> + + <source> CreateSpan.cc </source> + + </task> +</directory> + +<directory> + <path> ${CERIUM}/Renderer/test_render </path> + <task name="DrawBack"> + <target name="cell"> + <path> spe </path> + <cpu> SPE_ANY </cpu> + <cc cc:compiler="spu-g++"/> + </target> + + <target name="cell"> + <path> ppe </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="ppu-g++"/> + </target> + + <target name="macosx"> + <path> macosx </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="mac-g++"/> + </target> + + <target name="linux"> + <path> linux </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="linux-g++"/> + </target> + + <source> DrawBack.cc </source> + + </task> +</directory> + +<directory> + <path> ${CERIUM}/Renderer/test_render </path> + <task name="DrawSpan"> + <target name="cell"> + <path> spe </path> + <cpu> SPE_ANY </cpu> + <cc cc:compiler="spu-g++"/> + </target> + + <target name="cell"> + <path> ppe </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="ppu-g++"/> + </target> + + <target name="macosx"> + <path> macosx </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="mac-g++"/> + </target> + + <target name="linux"> + <path> linux </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="linux-g++"/> + </target> + + <source> DrawSpan.cc </source> + + </task> +</directory> + +<directory> + <path> ${CERIUM}/Renderer/test_render </path> + <task name="DrawSpanRenew"> + <target name="cell"> + <path> spe </path> + <cpu> SPE_ANY </cpu> + <cc cc:compiler="spu-g++"/> + </target> + + <target name="cell"> + <path> ppe </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="ppu-g++"/> + </target> + + <target name="macosx"> + <path> macosx </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="mac-g++"/> + </target> + + <target name="linux"> + <path> linux </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="linux-g++"/> + </target> + + <source> DrawSpanRenew.cc </source> + </task> +</directory> +<directory> + <path> ${CERIUM}/Renderer/test_render </path> + <task name="Load_Texture"> + <target name="cell"> + <path> spe </path> + <cpu> SPE_ANY </cpu> + <cc cc:compiler="spu-g++"/> + </target> + + <target name="cell"> + <path> ppe </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="ppu-g++"/> + </target> + + <target name="macosx"> + <path> macosx </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="mac-g++"/> + </target> + + <target name="linux"> + <path> linux </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="linux-g++"/> + </target> + + <source> Load_Texture.cc </source> + + </task> </directory> + +<directory> + <path> ${CERIUM}/Renderer/test_render </path> + <task name="Set_Texture"> + <target name="cell"> + <path> spe </path> + <cpu> SPE_ANY </cpu> + <cc cc:compiler="spu-g++"/> + </target> + + <target name="cell"> + <path> ppe </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="ppu-g++"/> + </target> + + <target name="macosx"> + <path> macosx </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="mac-g++"/> + </target> + + <target name="linux"> + <path> linux </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="linux-g++"/> + </target> + + <source> Set_Texture.cc </source> + + </task> +</directory> + +<directory> + <path> ${CERIUM}/Renderer/test_render </path> + <task name="TileHash"> + <target name="cell"> + <path> spe </path> + <cpu> SPE_ANY </cpu> + <cc cc:compiler="spu-g++"/> + </target> + + <target name="cell"> + <path> ppe </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="ppu-g++"/> + </target> + + <target name="macosx"> + <path> macosx </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="mac-g++"/> + </target> + + <target name="linux"> + <path> linux </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="linux-g++"/> + </target> + + <source> TileHash.cc </source> + + </task> +</directory> + +<directory> + <path> ${CERIUM}/Renderer/test_render </path> + <task name="viewer_types"> + <target name="cell"> + <path> spe </path> + <cpu> SPE_ANY </cpu> + <cc cc:compiler="spu-g++"/> + </target> + + <target name="cell"> + <path> ppe </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="ppu-g++"/> + </target> + + <target name="macosx"> + <path> macosx </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="mac-g++"/> + </target> + + <target name="linux"> + <path> linux </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="linux-g++"/> + </target> + + <source> viewer_types.cc </source> + + </task> +</directory> + +<directory> + <path> ${CERIUM}/Renderer/test_render </path> + <task name="Set_Texture"> + <target name="cell"> + <path> spe </path> + <cpu> SPE_ANY </cpu> + <cc cc:compiler="spu-g++"/> + </target> + + <target name="cell"> + <path> ppe </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="ppu-g++"/> + </target> + + <target name="macosx"> + <path> macosx </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="mac-g++"/> + </target> + + <target name="linux"> + <path> linux </path> + <cpu> CPU_PPE </cpu> + <cc cc:compiler="linux-g++"/> + </target> + + <source> Set_Texture.cc </source> + + </task> +</directory>