Skip to content

Commit

Permalink
Update project.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline authored Aug 31, 2023
1 parent 9742c1c commit 26a05af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

<set name="SWF_VERSION" value="11.8" />

<error value="Nintendo Switch is not supported. Seriously, why would you do that?" if="switch"/>

<!-- ____________________________ Window Settings ___________________________ -->

<!--These window settings apply to all targets-->
Expand Down Expand Up @@ -69,6 +71,8 @@

<haxedef name="FLX_NO_FOCUS_LOST_SCREEN" />

<haxedef name="FLX_NO_TOUCH" if="desktop" />

<!--Disable the Flixel core debugger. Automatically gets set whenever you compile in release mode!-->
<haxedef name="FLX_NO_DEBUG" unless="debug" />

Expand Down Expand Up @@ -193,7 +197,14 @@
<haxedef name="HXCPP_GC_SUMMARY" if="cpp debug"/>
<haxedef name="HXCPP_GC_MOVING" if="cpp" />

<!-- This is from Hope Engine, go check out the engine its underrated as hell. -->
<error value="haxe ${haxe} is not supported why dont you switch to 4.2.5" if="${haxe == 4.1.5}" />
<error value="haxe ${haxe} isn't supported dumbass pls upgrade your haxe to 4.2.5" if="${haxe &lt; 4.1.5}" />

<!-- _________________________________ Additional stuff _______________________________ -->

<!-- HTML5 hasn't been tested. Also, I took this from MemeHoovy Engine.-->
<warn value="HTML5 builds haven't been tested and might not work, so beware of that." if="html5" />

<section if="COMPILE_ALL_CLASSES">
<haxeflag name="-dce" value="std" />
Expand Down

0 comments on commit 26a05af

Please sign in to comment.