Files
lime/include.xml
2014-04-10 23:11:27 -02:30

40 lines
1.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" />
<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" />
<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" />
<architecture name="armv7" if="android" />
<include haxelib="lime-tools" />
</section>
<templatePath name="templates" />
<sample path="samples" unless="openfl" />
</extension>