Cleanup Window stuff, move calls into the UI directly
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
4f8db21a9e
commit
4a5e71eb7f
3 changed files with 59 additions and 71 deletions
|
@ -107,8 +107,8 @@ BASE_FLAGS += -pthread
|
|||
|
||||
ifeq ($(WINDOWS),true)
|
||||
BASE_FLAGS += -D_USE_MATH_DEFINES
|
||||
BASE_FLAGS += -Imingw-compat
|
||||
BASE_FLAGS += -Imingw-std-threads
|
||||
BASE_FLAGS += -I../include/mingw-compat
|
||||
BASE_FLAGS += -I../include/mingw-std-threads
|
||||
endif
|
||||
|
||||
BUILD_C_FLAGS += -std=gnu11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue