2025-01-22 16:18:30 +01:00

16 lines
367 B
XML

<xml>
<files id="myfiles">
<compilerflag value="-I${HXCPP}/include"/>
<compilerflag value="-I../extern-lib/gen-externs/include"/>
<file name="Main.cpp" />
</files>
<target id="default" tool="linker" toolid="exe" output="ExternUse">
<files id="myfiles"/>
<libpath name="../extern-lib/gen-externs" />
<lib base="liboutput" />
</target>
</xml>