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
beetle-pce-libretro
Commits
a05266cb
Commit
a05266cb
authored
Oct 09, 2020
by
Libretro-Admin
Browse files
Updates
parent
394fb506
Pipeline
#1365
passed with stages
in 5 minutes and 59 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
a05266cb
SOURCES_CXX
:=
SOURCES_C
:=
DEPS_DIR
:=
$(CORE_DIR)
/deps
DEPS_DIR
:=
$(CORE_DIR)
/deps
LIBRETRO_COMM_DIR
:=
$(CORE_DIR)
/libretro-common
MEDNAFEN_DIR
:=
$(CORE_DIR)
/mednafen
CORE_EMU_DIR
:=
$(MEDNAFEN_DIR)
/pce
...
...
@@ -184,16 +184,13 @@ ifeq ($(HAVE_CHD), 1)
endif
endif
ifneq
($(STATIC_LINKING), 1)
ifeq
($(SYSTEM_ZLIB), 1)
INCFLAGS
+=
$(
shell
pkg-config
--cflags
zlib
)
LIBS
+=
$(
shell
pkg-config
--libs
zlib
)
else
INCFLAGS
+=
$(ZLIB_INCFLAGS)
INCFLAGS
+=
-I
$(LIBRETRO_COMM_DIR)
/include/compat
SOURCES_C
+=
$(ZLIB_SOURCES_C)
endif
endif
ifeq
($(SYSTEM_ZLIB), 1)
INCFLAGS
+=
$(
shell
pkg-config
--cflags
zlib
)
LIBS
+=
$(
shell
pkg-config
--libs
zlib
)
else
INCFLAGS
+=
$(ZLIB_INCFLAGS)
SOURCES_C
+=
$(ZLIB_SOURCES_C)
endif
SOURCES_CXX
+=
$(CDROM_DIR)
/CDAccess_CHD.cpp
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