aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/appl/eval-pollin/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/appl/eval-pollin/build.xml')
-rw-r--r--amforth-6.5/appl/eval-pollin/build.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/amforth-6.5/appl/eval-pollin/build.xml b/amforth-6.5/appl/eval-pollin/build.xml
deleted file mode 100644
index 081eea6..0000000
--- a/amforth-6.5/appl/eval-pollin/build.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<!-- make multiple targets with antelope -->
-<project name="pollins" basedir="." default="Help">
- <import file="../avr-build.xml"/>
- <import file="p328-16.xml"/>
- <import file="p16-8.xml"/>
- <import file="p32-16.xml"/>
- <import file="p32-8.xml"/>
- <import file="p644-16.xml"/>
- <import file="p1284-16.xml"/>
- <import file="p8-12.xml"/>
-
- <target name="compile" depends="p16-8.hex, p32-8.hex, p328-16.hex, p1284-16.hex, p644-16.hex">
-
- </target>
-</project>