]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Window flags
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 25 Jul 2020 11:45:53 +0000 (13:45 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 25 Jul 2020 11:45:53 +0000 (13:45 +0200)
tests/import/Makefile

index 03a5ac1cc486e151b2b2f0fe9f6ff36809c7b9cd..8a7c50fa45ac248f4dbb3613b9a03756cf7d9036 100644 (file)
@@ -14,9 +14,8 @@ else
 ifeq ($(shell uname), Linux)
 LDFLAGS += -shared
 else
-#LDLAGS += ../../libgwion.dll.a ../
-LDLAGS += ../../libgwion.a ../../ast/libgwion_ast.a ../util/libgwion_util.a
 LDFLAGS += -shared -lpsapi -fPIC -Wl,--export-all -Wl,--enable-auto-import
+LDLAGS += ../../libgwion.dll.a
 endif
 endif