This commit is contained in:
RandomityGuy 2024-02-20 21:17:29 +05:30
parent 437b3da77c
commit 6c1ed2e43b
3 changed files with 7 additions and 0 deletions

View file

@ -1,7 +1,10 @@
-cp src
-lib heaps
-lib hlsdl
-lib hxWebSockets
-lib datachannel
-D highDPI
-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
@ -7,5 +9,6 @@
-D js-es=6
-D keep-inline-positions
-D highDPI
-D analyzer-optimize
--main Main
-debug

View file

@ -7,5 +7,6 @@
-D windowSize=1280x720
-D keep-inline-positions
-D highDPI
-D analyzer-optimize
--main Main
-debug