repo.or.cz
/
ACE_TAO.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 #2318 from jwillemsen/jwi-add_forward_profiles
[ACE_TAO.git]
/
ACE
/
bin
/
MakeProjectCreator
/
config
/
ace_x11.mpb
blob
d26a2b0b564c1cb2a09bbe312f8fd471d7cc28a3
1
// -*- MPC -*-
2
project {
3
specific(prop:microsoft) {
4
} else {
5
requires += x11
6
}
7
8
// Depends on configuration from include/makeinclude/platform_*.GNU
9
verbatim(gnuace,local) {
10
CPPFLAGS += $(PLATFORM_X11_CPPFLAGS)
11
LIBS += $(PLATFORM_X11_LIBS)
12
LDFLAGS += $(PLATFORM_X11_LDFLAGS)
13
}
14
}