Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
c9aebc6f
Commit
c9aebc6f
authored
8 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
libz pkgconfig
parent
e62c0794
No related branches found
No related tags found
1 merge request
!116
Zlib pkgconfig
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile
+10
-0
10 additions, 0 deletions
src/Makefile
with
10 additions
and
0 deletions
src/Makefile
+
10
−
0
View file @
c9aebc6f
...
@@ -179,6 +179,9 @@ endif
...
@@ -179,6 +179,9 @@ endif
ifdef
LINUX
ifdef
LINUX
UNIXCOMMON
=
1
UNIXCOMMON
=
1
ifndef
NOGME
HAVE_LIBGME
=
1
endif
endif
endif
ifdef
SOLARIS
ifdef
SOLARIS
...
@@ -318,6 +321,13 @@ endif
...
@@ -318,6 +321,13 @@ endif
ifdef
HAVE_LIBGME
ifdef
HAVE_LIBGME
OPTS
+=
-DHAVE_LIBGME
OPTS
+=
-DHAVE_LIBGME
ZLIB_PKGCONFIG
?=
zlib
ZLIB_CFLAGS
?=
$(
shell
$(
PKG_CONFIG
)
$(
ZLIB_PKGCONFIG
)
--cflags
)
ZLIB_LDFLAGS
?=
$(
shell
$(
PKG_CONFIG
)
$(
ZLIB_PKGCONFIG
)
--libs
)
LIBS
+=
$(
ZLIB_LDFLAGS
)
CFLAGS
+=
$(
ZLIB_CFLAGS
)
LIBGME_PKGCONFIG
?=
libgme
LIBGME_PKGCONFIG
?=
libgme
LIBGME_CFLAGS
?=
$(
shell
$(
PKG_CONFIG
)
$(
LIBGME_PKGCONFIG
)
--cflags
)
LIBGME_CFLAGS
?=
$(
shell
$(
PKG_CONFIG
)
$(
LIBGME_PKGCONFIG
)
--cflags
)
LIBGME_LDFLAGS
?=
$(
shell
$(
PKG_CONFIG
)
$(
LIBGME_PKGCONFIG
)
--libs
)
LIBGME_LDFLAGS
?=
$(
shell
$(
PKG_CONFIG
)
$(
LIBGME_PKGCONFIG
)
--libs
)
...
...
This diff is collapsed.
Click to expand it.
Monster Iestyn
@MonsterIestyn
mentioned in merge request
!113 (closed)
·
8 years ago
mentioned in merge request
!113 (closed)
mentioned in merge request !113
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment