Setup plugin resources to build, cleanup

This commit is contained in:
falkTX 2021-10-17 01:12:45 +01:00
parent 718e3707cc
commit 739359430a
4 changed files with 179 additions and 30 deletions

View file

@ -97,8 +97,10 @@ BASE_FLAGS += -Ineon-compat
BASE_FLAGS += -pthread
ifeq ($(WINDOWS),true)
BASE_FLAGS += -D_USE_MATH_DEFINES
BASE_FLAGS += -Imingw-compat
BASE_FLAGS += -Imingw-std-threads
BASE_FLAGS += -municode
endif
BUILD_C_FLAGS += -std=gnu11