summaryrefslogtreecommitdiff
path: root/trunk/CIAO/MPC/config/cidlc.mpb
blob: 83300b38eb7fbb25de6c8cbffeee0b7b6c77a66b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

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

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

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