diff user/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/user/build.xml	Fri Apr 11 15:47:50 2014 +0200
@@ -0,0 +1,10 @@
+
+<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>
+