summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc
blob: 037d97e2301bf2e35be5ffc61b68fabab1cfe041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//$Id$

project(CompilerElements) {
  requires += cidl exceptions
  sharedname =
  staticname = CompilerElements
  includes += $(CIAO_ROOT)/CCF
  libout = ..
  
  specific(vc71) {
    libs += boost_regex_debug boost_filesystem_debug
  }

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