From: Jérémie Astor Date: Tue, 1 Dec 2020 12:26:30 +0000 (+0100) Subject: :wrench: Windows stuff X-Git-Tag: nightly~1140^2~3 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a4ce0dd7bf8733c3f091fe9e88c5c7f2908ae28a;p=gwion.git :wrench: Windows stuff --- diff --git a/tests/plug/Makefile b/tests/plug/Makefile index 6327be10..93ba7f81 100644 --- a/tests/plug/Makefile +++ b/tests/plug/Makefile @@ -13,6 +13,7 @@ else ifeq ($(shell uname), Linux) 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