comparison user/build.xml @ 404:a284749c5729

Improved build scripts
author Windel Bouwman
date Thu, 19 Feb 2015 14:08:17 +0100
parents 0fb6633c42f6
children
comparison
equal deleted inserted replaced
403:1613c9d479bf 404:a284749c5729
2 <project name="Userspace" default="all"> 2 <project name="Userspace" default="all">
3 <target name="all" depends="hello,init"> 3 <target name="all" depends="hello,init">
4 </target> 4 </target>
5 5
6 <target name="hello"> 6 <target name="hello">
7 <compile sources="hello.c3;lib/*.c3" 7 <compile sources="hello/hello.c3;lib/*.c3"
8 target="arm" 8 target="arm"
9 output="obj/hello.o"/> 9 output="obj/hello.o"/>
10 <link output="obj/hello.elf" layout="app.mmap" 10 <link output="obj/hello.elf" layout="app.mmap"
11 target="arm" 11 target="arm"
12 objects="obj/hello.o"/> 12 objects="obj/hello.o"/>