diff 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
line wrap: on
line diff
--- a/user/build.xml	Sun Apr 27 17:50:25 2014 +0200
+++ b/user/build.xml	Thu May 01 14:03:12 2014 +0200
@@ -4,7 +4,9 @@
    </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"/>
+     <link output="hello.bin" layout="app.mmap"
+        target="arm"
+        objects="hello.o"/>
     </target>
 </project>