summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc')
-rw-r--r--TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc b/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc
new file mode 100644
index 00000000000..037d97e2301
--- /dev/null
+++ b/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc
@@ -0,0 +1,17 @@
+//$Id$
+
+project(CompilerElements) {
+ requires += cidl exceptions
+ sharedname =
+ staticname = CompilerElements
+ includes += $(CIAO_ROOT)/CCF
+ libout = ..
+
+ specific(vc71) {
+ libs += boost_regex_debug boost_filesystem_debug
+ }
+
+ verbatim(gnuace, top) {
+ include ../../Config.rules
+ }
+}