Mercurial > lcfOS
diff test/m3_bare/build.xml @ 377:9667d78ba79e
Switched to xml for project description
author | Windel Bouwman |
---|---|
date | Fri, 11 Apr 2014 15:47:50 +0200 |
parents | |
children | d056b552d3f4 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/m3_bare/build.xml Fri Apr 11 15:47:50 2014 +0200 @@ -0,0 +1,9 @@ + +<project name="Userspace" default="m3bare"> + <target name="m3bare"> + <assemble source="startup_m3.asm" target="thumb" output="start.o"/> + <compile sources="hello.c3" target="thumb" output="m3bare.o"/> + <link output="bare.bin" layout="m3bare.mmap" objects="start.o;m3bare.o"/> + </target> +</project> +