Include fix
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user