blob: 55413569f08a623a112faf6e83cd3584ea634490 [file] [log] [blame]
<build>
<executable name="forthstrap" target="host">
<object source="bootstrap.c"/>
<object source="dict.c"/>
<object source="primitives.c"/>
<object source="stack.c"/>
</executable>
<library name="bootstrap" type="static" target="target">
<object source="dict.c"/>
<object source="primitives.c"/>
<object source="stack.c"/>
</library>
</build>