24 lines
573 B
XML
24 lines
573 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension>
|
|
|
|
<haxedef name="lime_html5" if="html5" />
|
|
<haxedef name="lime_native" if="native" />
|
|
<!-- <haxeflag name="-D" value="I_LIKE_SQUIRRELS" /> -->
|
|
|
|
<section unless="display">
|
|
|
|
<set name="std" value="hxcpp" />
|
|
<ndll name="std" haxelib="hxcpp" />
|
|
<ndll name="regexp" haxelib="hxcpp" />
|
|
<ndll name="zlib" haxelib="hxcpp" />
|
|
|
|
<ndll name="nme" />
|
|
<ndll name="libfreetype" register="false" if="emscripten" />
|
|
|
|
</section>
|
|
|
|
<include haxelib="openfl-tools" />
|
|
<templatePath name="buildfiles" />
|
|
|
|
</extension>
|