summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL3/IDL3.mpc
blob: 0b2c441708b4be1b955c9c77243b420b67ecbc9d (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
25
//$Id$

project(IDL3) {
  requires += cidl exceptions
  sharedname =
  staticname = IDL3
  includes += ../..
  libout = ..
  Source_Files {
        .
	./SemanticGraph
	./Traversal
        ./SemanticAction/Impl

  }

  specific(vc71) {
    libs += boost_regex_debug boost_filesystem_debug
  }

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

}