repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #18 from jwillemsen/master
[MPC.git]
/
config
/
glib.mpb
blob
c7192cc7f30bed71cd7276791cb27680101b7da4
1
project {
2
// Support alternate versions of glib:
3
expand(GLIB_VERSION) {
4
$GLIB_VERSION
5
2.0
6
}
7
8
expand(GLIB_LIB_DIR) {
9
$GLIB_LIB_DIR
10
lib
11
}
12
13
includes += $(GLIB_ROOT)/include/glib-$(GLIB_VERSION) \
14
$(GLIB_ROOT)/$(GLIB_LIB_DIR)/glib-$(GLIB_VERSION)/include
15
libpaths += $(GLIB_ROOT)/lib
16
17
lit_libs += glib-$(GLIB_VERSION)
18
}