Browse Source

Don't use -municode for windows builds

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
5efc37e15c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      plugins/Makefile
  2. +0
    -1
      src/Makefile

+ 0
- 1
plugins/Makefile View File

@@ -197,7 +197,6 @@ ifeq ($(WINDOWS),true)
BASE_FLAGS += -D_USE_MATH_DEFINES BASE_FLAGS += -D_USE_MATH_DEFINES
BASE_FLAGS += -I../src/mingw-compat BASE_FLAGS += -I../src/mingw-compat
BASE_FLAGS += -I../src/mingw-std-threads BASE_FLAGS += -I../src/mingw-std-threads
BASE_FLAGS += -municode
endif endif


# -------------------------------------------------------------- # --------------------------------------------------------------


+ 0
- 1
src/Makefile View File

@@ -108,7 +108,6 @@ ifeq ($(WINDOWS),true)
BASE_FLAGS += -D_USE_MATH_DEFINES BASE_FLAGS += -D_USE_MATH_DEFINES
BASE_FLAGS += -Imingw-compat BASE_FLAGS += -Imingw-compat
BASE_FLAGS += -Imingw-std-threads BASE_FLAGS += -Imingw-std-threads
BASE_FLAGS += -municode
endif endif


BUILD_C_FLAGS += -std=gnu11 BUILD_C_FLAGS += -std=gnu11


Loading…
Cancel
Save