* :wrench: Improve gwion portability
* :wrench: windows improvements
* gwion itself
* :wrench: windows changes
* remove log
* to gwion
* old ast
* make
#ifndef BUILD_ON_WINDOWS
-#include <glob.h>
-#include <dlfcn.h>
-#include <limits.h>
-#else
-#include <windows.h>
+ #include <glob.h>
+ #include <dlfcn.h>
+ #include <limits.h>
#endif
+
#include "gwion_util.h"
#include "gwion_ast.h"
#include "gwion_env.h"
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
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
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
-Subproject commit 4fbc68df435fedc8c3876626c3bda53b63dd99c9
+Subproject commit 2811c5c9788912461536477d8590e1bef3c5f5d2