summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc
blob: e35da40ede224ebddb2c47200ce7dd1c44b5a8a8 (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 += ../..
  libout = ..
  
  specific(vc71) {
    libs += boost_regex_debug boost_filesystem_debug
  }

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