This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
Don't use -municode for windows builds
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX
3 years ago
parent
f9c1241b38
commit
5efc37e15c
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
plugins/Makefile
+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 += -I../src/mingw-compat
BASE_FLAGS += -I../src/mingw-std-threads
BASE_FLAGS += -municode
endif
# --------------------------------------------------------------
+ 0
- 1
src/Makefile
View File
@@ -108,7 +108,6 @@ 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
Write
Preview
Loading…
Cancel
Save