Mercurial > lcfOS
view user/build.xml @ 382:0c44e494ef58
Made lexer more generic
author | Windel Bouwman |
---|---|
date | Sun, 27 Apr 2014 12:24:21 +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>