summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_x11.mpb
blob: 0b2f478acc2d09eab68110566d12d13b97860c03 (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(vc6,vc7,vc71,vc8) {
  } 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)
  }
}