65 lines
2.1 KiB
XML
65 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension>
|
|
|
|
<haxedef name="lime-html5" if="html5" />
|
|
<haxedef name="lime-native" if="native" />
|
|
|
|
<haxedef name="no-compilation" />
|
|
|
|
<set name="included" value="1" if="windows || mac || linux || ios || android || blackberry || tizen || firefox || html5 || flash || emscripten" />
|
|
|
|
<set name="lime-legacy" value="1" if="legacy || lime_legacy" />
|
|
<haxedef name="lime-legacy" if="lime-legacy" />
|
|
|
|
<include path="legacy/include.xml" if="lime-legacy" unless="setup" />
|
|
<templatePath name="templates" unless="lime-legacy" />
|
|
<sample path="samples" unless="openfl" />
|
|
|
|
<haxelib name="nodejs" if="nodejs" />
|
|
<haxelib name="format" if="java" />
|
|
|
|
<target name="wiiu" handler="lime-wiiu" />
|
|
<haxelib name="lime-wiiu" if="wiiu" />
|
|
|
|
<target name="console-pc" handler="lime-console-pc" />
|
|
<haxelib name="lime-console-pc" if="console-pc" />
|
|
|
|
<section unless="display || lime-legacy">
|
|
|
|
<ndll name="std" haxelib="hxcpp" if="cpp" />
|
|
<ndll name="regexp" haxelib="hxcpp" if="cpp" />
|
|
<ndll name="zlib" haxelib="hxcpp" if="cpp" unless="emscripten" />
|
|
|
|
<ndll name="lime" if="included" />
|
|
|
|
<ndll name="curl_ssl" register="false" if="ios" />
|
|
<ndll name="png" register="false" if="ios" />
|
|
<ndll name="jpeg" register="false" if="ios" />
|
|
<ndll name="freetype" register="false" if="ios" />
|
|
<ndll name="ogg" register="false" if="ios" />
|
|
<ndll name="vorbis" register="false" if="ios" />
|
|
|
|
<dependency name="extension-api" path="dependencies/extension-api" if="android" />
|
|
<dependency path="dependencies/webgl-debug.js" if="html5 debug" />
|
|
<dependency path="dependencies/stats.min.js" if="html5 stats" />
|
|
|
|
<architecture name="armv7" if="android" />
|
|
|
|
<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" />
|
|
|
|
<section if="rebuild">
|
|
|
|
<config:project>
|
|
<rebuild fulldebug="true" />
|
|
</config:project>
|
|
|
|
</section>
|
|
|
|
</extension> |