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 #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
ACE
/
bin
/
MakeProjectCreator
/
config
/
ace_fox.mpb
blob
4b0cb9cdeaea77b61b70e533e5141ea2374d7a94
1
// -*- MPC -*-
2
project {
3
requires += fox
4
// Depends on configuration from include/makeinclude/platform_*.GNU
5
6
verbatim(gnuace,local) {
7
CPPFLAGS += $(PLATFORM_FOX_CPPFLAGS)
8
LIBS += $(PLATFORM_FOX_LIBS)
9
LDFLAGS += $(PLATFORM_FOX_LDFLAGS)
10
}
11
}