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_gtk.mpb
blob
b229d3f720700873a0c4d1ceb23a06857323c446
1
// -*- MPC -*-
2
project {
3
macros += ACE_HAS_GTK
4
5
// Depends on configuration from include/makeinclude/platform_*.GNU
6
verbatim(gnuace,local) {
7
CPPFLAGS += $(PLATFORM_GTK_CPPFLAGS)
8
LIBS += $(PLATFORM_GTK_LIBS)
9
LDFLAGS += $(PLATFORM_GTK_LDFLAGS)
10
}
11
}