blob: 1090cd62e828c91953af39944a131735222905f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<build>
<executable name="forthstrap" target="host">
<object source="dict.c"/>
<object source="bootstrap.c"/>
<object source="forth.c"/>
<object source="stack.c"/>
</executable>
<library name="bootstrap" type="static" target="target">
<object source="dict.c"/>
<object source="forth.c"/>
<object source="stack.c"/>
</library>
</build>
|