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
tyrquake
Commits
f87f3665
Commit
f87f3665
authored
Sep 16, 2015
by
Libretro-Admin
Browse files
Exclude retro_dirent.c for STATIC_LINKING targets
parent
4676e4f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
f87f3665
...
...
@@ -3,7 +3,8 @@ INCFLAGS := \
-I
$(CORE_DIR)
/libretro-common/include
\
-I
$(CORE_DIR)
/include
SOURCES_C
:=
$(CORE_DIR)
/libretro-common/file/retro_dirent.c
\
SOURCES_C
:=
\
$(CORE_DIR)
/common/cl_input.c
\
$(CORE_DIR)
/common/cd_common.c
\
$(CORE_DIR)
/common/alias_model.c
\
...
...
@@ -74,4 +75,8 @@ SOURCES_C := $(CORE_DIR)/libretro-common/file/retro_dirent.c \
$(CORE_DIR)
/common/zone.c
\
$(CORE_DIR)
/common/world.c
ifneq
($(STATIC_LINKING),1)
SOURCES_C
+=
$(CORE_DIR)
/libretro-common/file/retro_dirent.c
endif
SOURCES_C
+=
$(CORE_DIR)
/common/net_none.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