This commit is contained in:
RandomityGuy 2024-02-20 21:17:29 +05:30
parent ae75f966c6
commit 9fa91dcbb8
3 changed files with 7 additions and 0 deletions

View file

@ -1,8 +1,11 @@
-cp src
-lib heaps
-lib hlsdl
-lib hxWebSockets
-lib datachannel
-D highDPI
-D flow_border
-D hlgen.makefile=vs2019
-D analyzer-optimize
-hl native/marblegame.c
--main Main

View file

@ -1,4 +1,6 @@
-cp src
-lib hxWebSockets
-lib datachannel
-lib heaps
-lib stb_ogg_sound
-lib zip
@ -8,5 +10,6 @@
-D keep-inline-positions
-D highDPI
-D flow_border
-D analyzer-optimize
--main Main
-debug

View file

@ -8,5 +8,6 @@
-D keep-inline-positions
-D highDPI
-D flow_border
-D analyzer-optimize
--main Main
-debug