summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_x11.mpb
blob: 12de6ed62bc797b71d5d7f46611580fc8bcb9643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- MPC -*-
// $Id$

project {
  specific(prop:microsoft) {
  } else {
    requires += x11
  }

  // Depends on configration from include/makeinclude/platform_*.GNU
  verbatim(gnuace,local) {
	CPPFLAGS += $(PLATFORM_X11_CPPFLAGS)
	LIBS += $(PLATFORM_X11_LIBS)
	LDFLAGS += $(PLATFORM_X11_LDFLAGS)
  }

  specific(automake) {
	compile_flags += $(ACE_X11_CPPFLAGS)
	linkflags += $(ACE_X11_LDFLAGS)
	pure_libs += $(ACE_X11_LIBS)
  }
}