include.xml: disable ndll dependencies if lime-console

This commit is contained in:
James Gray
2016-08-17 19:00:06 -05:00
parent 4a1ecf94fc
commit 0b8cbeb3aa

View File

@@ -37,11 +37,13 @@
<section unless="display">
<ndll name="std" haxelib="hxcpp" if="cpp" unless="lime-console" />
<ndll name="regexp" haxelib="hxcpp" if="cpp" />
<ndll name="zlib" haxelib="hxcpp" if="cpp" unless="emscripten || ios || static_link || tvos" />
<ndll name="lime" if="cpp || neko || nodejs" unless="lime-console" />
<section unless="lime-console">
<ndll name="std" haxelib="hxcpp" if="cpp" />
<ndll name="regexp" haxelib="hxcpp" if="cpp" />
<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/pako.min.js" if="html5" />