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

project: boost_base {
  requires += cidl exceptions
  includes += $(CIAO_ROOT) $(CIAO_ROOT)/CCF $(ACE_ROOT)/contrib/utility
  libpaths += $(CIAO_ROOT)/CCF/CCF $(ACE_ROOT)/lib

  specific(vc71, vc8) {
    compile_flags += /wd4290 /wd4800 /wd4250 /wd4355
  }

  verbatim(gnuace, top) {
    include $(CIAO_ROOT)/CCF/Config.rules
  }

  verbatim(gnuace, local) {
    LIBS += $(BOOST_LD_FLAGS)	\
            -lboost_regex 	\
            -lboost_filesystem
  }
}