Skip to content

Instantly share code, notes, and snippets.

@hopewise
Created December 31, 2016 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hopewise/ab195871900a4d3fc4328f392a914d87 to your computer and use it in GitHub Desktop.
Save hopewise/ab195871900a4d3fc4328f392a914d87 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<project>
<app path="Export" file="DCACLab" main="com.clientside.main.Main" />
<compilerflag name="-swf-version 11.3" if="flash" />
<window width="0" height="0" fullscreen="true" borderless="false" resizable="true" if="windows"/>
<window background="#eeeeee" fps="200" />
<window unless="mobile" />
<window orientation="landscape" vsync="false" antialiasing="0" if="cpp" />
<window allow-shaders="false" if="windows" />
<!-- classpath, haxe libs -->
<source path="src" />
<set name="openfl-legacy" unless="flash||html5"/>
<haxelib name="openfl"/>
<haxelib name="firetongue"/>
<!-- <android target-sdk-version="11" /> -->
<android target-sdk-version="16" if="android" />
<haxelib name="crashdumper" unless="flash||html5" />
<haxedef name="HXCPP_STACK_LINE" unless="flash||html5" />
<haxedef name="HXCPP_STACK_TRACE" unless="flash||html5" />
<!--<haxedef name="source-map-content" if="html5" />-->
<haxedef name="webgl" if="html5" />
<haxelib name="svg"/>
<haxelib name="files-viewer" unless="flash||html5"/>
<haxelib name="tjson" unless="flash||html5"/>
<haxelib name="stablexui"/>
<haxelib name="pixijs" if="html5"/>
<haxelib name="extension-nativedialog" unless="flash||html5"/>
<compilerflag name="--macro filesviewer.Init.init()" unless="flash||html5"/>
<compilerflag name="--macro Init.init()" />
<!--<haxelib name="swf" type="swflite" unless="flash"/>-->
<!--<haxelib name="swf" type="swf" if="flash" />-->
<!--<haxelib name="swf" />-->
<library path="assets-swf/fan.swf" preload="true" generate="true" type="swflite" embed="true"/>
<library path="assets-swf/library.swf" preload="true" generate="true" type="swflite" embed="true"/>
<library path="assets-swf/led.swf" preload="true" generate="true" unless="html5"/>
<library path="assets-swf/led-html5.swf" preload="true" generate="true" if="html5"/>
<!--<haxelib name="HardwareInfo" if="windows"/>-->
<!--<haxelib name="HardwareInfo" if="android"/>-->
<assets path="assets" rename="assets" exclude="stablexui" />
<haxelib name="systools" if="windows"/>
<haxelib name="assetsmanager" unless="flash"/>
<haxelib name="cereal"></haxelib>
<!-- assets -->
<icon path="assets/openfl.svg" unless="flash" />
<!-- optimize output
<haxeflag name="-dce full" /> -->
<android permission="android.permission.WRITE_EXTERNAL_STORAGE" />
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment