diff options
author | lut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-02-12 17:03:28 +0000 |
---|---|---|
committer | lut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-02-12 17:03:28 +0000 |
commit | aa50da51bf7a461300b71faf48aac476f0bff1b2 (patch) | |
tree | d1ecc2c53161a298ffc047f870a361d8821307b6 /TAO/CIAO/CCF | |
parent | 7b7c7c954bdfc6f108fb24f9324702fb337ce5a5 (diff) | |
download | ATCD-aa50da51bf7a461300b71faf48aac476f0bff1b2.tar.gz |
ChangeLogTag: Thu Feb 12 11:00:39 2004 Tao Lu <lu@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO/CCF')
-rw-r--r-- | TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc | 1 | ||||
-rw-r--r-- | TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.mpc | 1 | ||||
-rw-r--r-- | TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc | 1 | ||||
-rw-r--r-- | TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc | 1 | ||||
-rw-r--r-- | TAO/CIAO/CCF/CCF/IDL3/IDL3.mpc | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc b/TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc index 995b1e61b21..cfcef25ce2c 100644 --- a/TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc +++ b/TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc @@ -2,6 +2,7 @@ project(*CIDL) { requires += cidl + sharedname = staticname = CIDL includes += ../.. Source_Files { diff --git a/TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.mpc b/TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.mpc index 45b1fed0de4..1de8adc307a 100644 --- a/TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.mpc +++ b/TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.mpc @@ -2,6 +2,7 @@ project(*CodeGenerationKit) { requires += cidl + sharedname = staticname = CodeGenerationKit includes += ../.. } diff --git a/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc b/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc index c90a9baa32f..50e5e93ed53 100644 --- a/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc +++ b/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.mpc @@ -2,6 +2,7 @@ project(*CompilerElements) { requires += cidl + sharedname = staticname = CompilerElements includes += ../.. } diff --git a/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc b/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc index b494a76b3fc..0f7a04e5393 100644 --- a/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc +++ b/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc @@ -2,6 +2,7 @@ project(*IDL2) { requires += cidl + sharedname = staticname = IDL2 includes += ../.. Source_Files { diff --git a/TAO/CIAO/CCF/CCF/IDL3/IDL3.mpc b/TAO/CIAO/CCF/CCF/IDL3/IDL3.mpc index 71a7e8f1a21..f92b953ffd9 100644 --- a/TAO/CIAO/CCF/CCF/IDL3/IDL3.mpc +++ b/TAO/CIAO/CCF/CCF/IDL3/IDL3.mpc @@ -2,6 +2,7 @@ project(*IDL3) { requires += cidl + sharedname = staticname = IDL3 includes += ../.. Source_Files { |