Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-gme
Commits
a919bd8a
Commit
a919bd8a
authored
Feb 14, 2021
by
Libretro-Admin
Browse files
(MSVC) Embed MSVCR runtime
parent
a6d8b0b7
Pipeline
#16128
passed with stages
in 10 minutes and 9 seconds
Changes
1
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a919bd8a
...
@@ -477,6 +477,16 @@ endif
...
@@ -477,6 +477,16 @@ endif
CFLAGS
+=
-Wall
$(INCFLAGS)
$(INCFLAGS_PLATFORM)
CFLAGS
+=
-Wall
$(INCFLAGS)
$(INCFLAGS_PLATFORM)
CXXFLAGS
+=
-Wall
$(INCFLAGS)
$(INCFLAGS_PLATFORM)
CXXFLAGS
+=
-Wall
$(INCFLAGS)
$(INCFLAGS_PLATFORM)
ifneq
(,$(findstring msvc,$(platform)))
ifeq
($(DEBUG),1)
CFLAGS
+=
-MTd
CFLAGS
+=
-MTd
else
CFLAGS
+=
-MT
CFLAGS
+=
-MT
endif
endif
ifeq
(,$(findstring msvc,$(platform)))
ifeq
(,$(findstring msvc,$(platform)))
LDFLAGS
+=
-shared
LDFLAGS
+=
-shared
endif
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment