From 0ffea0c1d2857f6cffa27f890bd46eac7ed1b50d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 30 Jan 2021 21:34:22 +0100 Subject: [PATCH] :art: Try adding window stuff --- tests/plug/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/plug/Makefile b/tests/plug/Makefile index 437c685c..af99f5d0 100644 --- a/tests/plug/Makefile +++ b/tests/plug/Makefile @@ -15,15 +15,15 @@ LDFLAGS += -shared else CFLAGS += -DBUILD_ON_WINDOWS=1 LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import -LDFLAGS += -L../../ -lgwion -LDLAGS += ../../libgwion.dll.a +LDLAGS += ../../util/libgwion_util.a +#LDFLAGS += -L../../ -lgwion +#LDLAGS += ../../libgwion.dll.a #LDLAGS += ../../libgwion.a -LDFLAGS += -L../../ast -lgwion_ast -LDLAGS += ../../ast/libgwion_ast.dll.a +#LDFLAGS += -L../../ast -lgwion_ast +#LDLAGS += ../../ast/libgwion_ast.dll.a #LDLAGS += ../../ast/libgwion_ast.a -LDFLAGS += -L../../util -lgwion_util -LDLAGS += ../../util/libgwion_util.dll.a -#LDLAGS += ../../util/libgwion_util.a +#LDFLAGS += -L../../util -lgwion_util +#LDLAGS += ../../util/libgwion_util.dll.a endif endif -- 2.43.0