summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorturkaye <turkaye@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-24 22:09:27 +0000
committerturkaye <turkaye@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-24 22:09:27 +0000
commit4733ca2b417a3eb19bfd3f65b788fd715d865966 (patch)
treeab99061e0ec0f160dc2fc7817127e2ba6ee0c711
parent14af78e527a1024eebd1ef6aa466dd47e3b8218f (diff)
downloadATCD-4733ca2b417a3eb19bfd3f65b788fd715d865966.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/CIDLC/CIDLC.mpc19
1 files changed, 2 insertions, 17 deletions
diff --git a/TAO/CIAO/CIDLC/CIDLC.mpc b/TAO/CIAO/CIDLC/CIDLC.mpc
index fd669339955..9a153b3858f 100644
--- a/TAO/CIAO/CIDLC/CIDLC.mpc
+++ b/TAO/CIAO/CIDLC/CIDLC.mpc
@@ -1,13 +1,11 @@
//$Id$
-project(CIDLC) {
- requires += cidl exceptions
+project(CIDLC): cidlc {
exename = cidlc
- includes += .. ../CCF
after += IDL2 IDL3 CIDL CodeGenerationKit CompilerElements
install = ../bin
- libpaths += $(CIAO_ROOT)/CCF/CCF ../../../lib
libs += CIDL IDL3 IDL2 CodeGenerationKit CompilerElements
+
Source_Files {
ExecutorMappingGenerator.cpp
DescriptorGenerator.cpp
@@ -25,17 +23,4 @@ project(CIDLC) {
cidlc.cpp
}
- specific(vc71) {
- libs += boost_regex_debug boost_filesystem_debug
- }
-
- verbatim(gnuace, top) {
- include ../CCF/Config.rules
- }
-
- verbatim(gnuace, local) {
- LIBS += $(BOOST_LD_FLAGS) \
- -lboost_regex \
- -lboost_filesystem
- }
}