summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc25
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc b/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc
new file mode 100644
index 00000000000..c56319af393
--- /dev/null
+++ b/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc
@@ -0,0 +1,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
+ }
+}