Include fix

This commit is contained in:
Joshua Granick
2014-07-16 11:26:09 -07:00
parent de9260a619
commit e4c23bbb67

View File

@@ -5,6 +5,8 @@
<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" />
@@ -15,7 +17,7 @@
<ndll name="openal" register="false" if="android" />
<ndll name="lime" />
<ndll name="lime" if="included" />
<ndll name="libfreetype" register="false" if="emscripten" />
@@ -38,6 +40,9 @@
<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>
<templatePath name="templates" />