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

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

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