Mercurial > lcfOS
comparison user/build.xml @ 385:d056b552d3f4
Made better use of layout
author | Windel Bouwman |
---|---|
date | Thu, 01 May 2014 14:03:12 +0200 |
parents | 9667d78ba79e |
children | 6ae782a085e0 |
comparison
equal
deleted
inserted
replaced
384:94f5b719ad0b | 385:d056b552d3f4 |
---|---|
2 <project name="Userspace" default="all"> | 2 <project name="Userspace" default="all"> |
3 <target name="all" depends="hello"> | 3 <target name="all" depends="hello"> |
4 </target> | 4 </target> |
5 <target name="hello"> | 5 <target name="hello"> |
6 <compile sources="lib.c3;ipc.c3;hello.c3" target="arm" output="hello.o"/> | 6 <compile sources="lib.c3;ipc.c3;hello.c3" target="arm" output="hello.o"/> |
7 <link output="hello.bin" layout="app.mmap" objects="hello.o"/> | 7 <link output="hello.bin" layout="app.mmap" |
8 target="arm" | |
9 objects="hello.o"/> | |
8 </target> | 10 </target> |
9 </project> | 11 </project> |
10 | 12 |