Setup plugin resources to build, cleanup
This commit is contained in:
parent
718e3707cc
commit
739359430a
4 changed files with 179 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue