summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc
blob: c56319af3932b6a3b4ccfca07fd074832df3f983 (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(IDL2) {
  requires += cidl exceptions
  sharedname =
  staticname = IDL2
  includes += $(CIAO_ROOT)/CCF
  libout = ..
  Source_Files {
	.
	./SemanticGraph
	./Traversal
        ./SemanticAction
        ./SemanticAction/Impl

  }
  
  specific(vc71) {
    libs += boost_regex_debug boost_filesystem_debug
  }

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