From 6c1ed2e43bb2ca8b92dac860b575cbd4874f1e4c Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:17:29 +0530 Subject: [PATCH] add libs --- compile-c.hxml | 3 +++ compile-js.hxml | 3 +++ compile.hxml | 1 + 3 files changed, 7 insertions(+) diff --git a/compile-c.hxml b/compile-c.hxml index f4fdf71d..ff9f7611 100644 --- a/compile-c.hxml +++ b/compile-c.hxml @@ -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 \ No newline at end of file diff --git a/compile-js.hxml b/compile-js.hxml index 341e6d74..f10a2968 100644 --- a/compile-js.hxml +++ b/compile-js.hxml @@ -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 \ No newline at end of file diff --git a/compile.hxml b/compile.hxml index 1fd8733c..55f02155 100644 --- a/compile.hxml +++ b/compile.hxml @@ -7,5 +7,6 @@ -D windowSize=1280x720 -D keep-inline-positions -D highDPI +-D analyzer-optimize --main Main -debug \ No newline at end of file