Add support for HL libraries

This commit is contained in:
Joshua Granick
2018-04-26 13:55:28 -07:00
parent dcacb9f04a
commit 6b49f4d240
11 changed files with 886 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
<set name="lime" />
<define name="native" if="cpp || neko || nodejs || cs || java" />
<define name="native" if="cpp || neko || nodejs || cs || java || hl" />
<define name="howlerjs" if="html5" />
<define name="lime-html5" if="html5" />
@@ -52,7 +52,7 @@
<ndll name="zlib" haxelib="hxcpp" unless="emscripten || ios || tvos" />
</section>
<ndll name="lime" if="cpp || neko || nodejs || java" unless="lime-console static_link" />
<ndll name="lime" if="native" unless="lime-console static_link" />
<dependency name="extension-api" path="dependencies/extension-api" if="android" />
<dependency path="dependencies/howler.min.js" if="html5 howlerjs" />