Files
openbios/toke/build.xml

14 lines
286 B
XML
Raw Normal View History

<build>
<executable name="toke" target="host">
<object source="toke.c"/>
<object source="emit.c"/>
<object source="dictionary.c"/>
<object source="stack.c"/>
<object source="stream.c"/>
<object source="macros.c"/>
<object source="scanner.c"/>
</executable>
</build>