summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc
blob: 9006d3a75774416d329544e76ca1cc84f0b07a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//$Id$

project(CIDL) {
  requires += cidl exceptions
  sharedname =
  staticname = CIDL
  includes += ../..
  libout = ..
  Source_Files {
 	.
	./SemanticGraph
	./Traversal
        ./SemanticAction
        ./SemanticAction/Impl
  }
  
  specific(vc71) {
    libs += boost_regex_debug boost_filesystem_debug
  }

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