Files
lime/include.xml
2014-08-05 13:20:25 -07:00

55 lines
1.7 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 || firefoxos || html5 || flash" />
<section unless="display">
<haxelib name="hxcpp" if="cpp" />
<ndll name="std" haxelib="hxcpp" if="cpp" />
<ndll name="regexp" haxelib="hxcpp" if="cpp" />
<ndll name="zlib" haxelib="hxcpp" if="cpp" />
<ndll name="openal" register="false" if="android" />
<ndll name="lime" if="included" />
<ndll name="libfreetype" register="false" if="emscripten" />
<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" />
<include haxelib="aether" unless="openfl" />
<haxelib name="aether" if="setup" />
<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" />
<haxedef name="lime-opengl" unless="lime-console" />
<haxedef name="lime-openal" unless="lime-console" />
</section>
<templatePath name="templates" />
<sample path="samples" unless="openfl" />
</extension>