Mercurial > lcfOS
view user/build.xml @ 378:83b462f14e67
Small fix
author | Windel Bouwman |
---|---|
date | Fri, 11 Apr 2014 15:50:20 +0200 |
parents | 9667d78ba79e |
children | d056b552d3f4 |
line wrap: on
line source
<project name="Userspace" default="all"> <target name="all" depends="hello"> </target> <target name="hello"> <compile sources="lib.c3;ipc.c3;hello.c3" target="arm" output="hello.o"/> <link output="hello.bin" layout="app.mmap" objects="hello.o"/> </target> </project>