87 lines
2.9 KiB
XML
87 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension>
|
|
|
|
<set name="lime" />
|
|
|
|
<haxedef name="native" if="cpp || neko || nodejs || cs" />
|
|
<set name="native" if="cpp || neko || nodejs || cs" />
|
|
|
|
<haxedef name="howlerjs" if="html5" />
|
|
<set name="howlerjs" if="html5" />
|
|
|
|
<haxedef name="lime-html5" if="html5" />
|
|
<haxedef name="lime-native" if="native" />
|
|
<haxedef name="lime-cffi" if="native" />
|
|
|
|
<haxedef name="no-typedarray-inline" if="cs" />
|
|
<haxedef name="no-compilation" />
|
|
|
|
<templatePath name="templates" />
|
|
<sample path="samples" unless="openfl" />
|
|
|
|
<haxelib name="nodejs" if="nodejs" />
|
|
<haxelib name="format" if="java" />
|
|
|
|
<target name="ps3" handler="lime-ps3" />
|
|
<haxelib name="lime-ps3" if="ps3" />
|
|
|
|
<target name="ps4" handler="lime-ps4" />
|
|
<haxelib name="lime-ps4" if="ps4" />
|
|
|
|
<target name="vita" handler="lime-vita" />
|
|
<haxelib name="lime-vita" if="vita" />
|
|
|
|
<target name="wiiu" handler="lime-wiiu" />
|
|
<haxelib name="lime-wiiu" if="wiiu" />
|
|
|
|
<target name="xbox1" handler="lime-xbox1" />
|
|
<haxelib name="lime-xbox1" if="xbox1" />
|
|
|
|
<target name="console-pc" handler="lime-console-pc" />
|
|
<haxelib name="lime-console-pc" if="console-pc" />
|
|
|
|
<section unless="display">
|
|
|
|
<section unless="lime-console">
|
|
<ndll name="std" haxelib="hxcpp" if="cpp" unless="static_link" />
|
|
<ndll name="regexp" haxelib="hxcpp" if="cpp" unless="static_link" />
|
|
<ndll name="zlib" haxelib="hxcpp" if="cpp" unless="emscripten || ios || static_link || tvos" />
|
|
<ndll name="lime" if="cpp || neko || nodejs" />
|
|
</section>
|
|
|
|
<dependency name="extension-api" path="dependencies/extension-api" if="android" />
|
|
<dependency path="dependencies/howler.min.js" if="html5 howlerjs" />
|
|
<dependency path="dependencies/pako.min.js" if="html5" />
|
|
<dependency path="dependencies/webgl-debug.js" if="html5 webgl-debug" />
|
|
<dependency path="dependencies/stats.min.js" if="html5 stats" />
|
|
<dependency path="dependencies/angle/d3dcompiler_47.dll" if="windows angle" unless="static_link" />
|
|
<dependency path="dependencies/angle/libegl.dll" if="windows angle" unless="static_link" />
|
|
<dependency path="dependencies/angle/libglesv2.dll" if="windows angle" unless="static_link" />
|
|
|
|
<haxedef name="native-trace" if="flash" unless="haxe-trace || haxetrace" />
|
|
|
|
<architecture name="armv7" if="android" />
|
|
|
|
<haxedef name="lime-cairo" unless="flash || html5" />
|
|
<haxedef name="lime-curl" unless="lime-console || emscripten || flash || html5" />
|
|
<haxedef name="lime-opengl" unless="lime-console || flash" />
|
|
<haxedef name="lime-openal" unless="lime-console || static_link || flash || html5" />
|
|
<haxedef name="lime-openal" if="emscripten" />
|
|
|
|
</section>
|
|
|
|
<haxelib name="hxcpp" if="setup" />
|
|
<haxelib name="lime-samples" if="setup" />
|
|
|
|
<include haxelib="lime-samples" if="create" />
|
|
|
|
<section if="rebuild">
|
|
|
|
<config:project>
|
|
<rebuild fulldebug="true" />
|
|
</config:project>
|
|
|
|
</section>
|
|
|
|
</extension>
|