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-minivmac
Commits
b3a74b3c
Commit
b3a74b3c
authored
Jan 27, 2022
by
Vladimir Serbinenko
Browse files
Add MSVC-specific compat files
parent
aa37c205
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
b3a74b3c
...
...
@@ -37,6 +37,8 @@ SOURCES_C := \
ifneq
($(STATIC_LINKING), 1)
SOURCES_C
+=
\
$(CORE_DIR)
/libretro-common/compat/compat_posix_string.c
\
$(CORE_DIR)
/libretro-common/compat/compat_snprintf.c
$(CORE_DIR)/libretro-common/compat/compat_strl.c
\
$(CORE_DIR)/libretro-common/compat/fopen_utf8.c
\
$(CORE_DIR)/libretro-common/encodings/encoding_utf.c
\
...
...
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