diff options
author | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-12 22:58:10 +0000 |
---|---|---|
committer | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-12 22:58:10 +0000 |
commit | d0b887cd7eba7d5fc39f929b5def047639e81658 (patch) | |
tree | fd350f506c7a46309176e7d773cb5b7a5962c7d3 /TAO/examples/POA/Explicit_Activation | |
parent | eb083cbd1598b71d144bf4cb05a204c56ddd6025 (diff) | |
download | ATCD-d0b887cd7eba7d5fc39f929b5def047639e81658.tar.gz |
Wed Nov 12 16:55:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/examples/POA/Explicit_Activation')
-rw-r--r-- | TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource.mpc | 3 | ||||
-rw-r--r-- | TAO/examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource.mpc b/TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource.mpc new file mode 100644 index 00000000000..bbff3a3d483 --- /dev/null +++ b/TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource.mpc @@ -0,0 +1,3 @@ +project: taolib { + sharedname = Alt_Resource_Factory +} diff --git a/TAO/examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc b/TAO/examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc new file mode 100644 index 00000000000..4af0d416116 --- /dev/null +++ b/TAO/examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc @@ -0,0 +1,8 @@ +project(*Server): taoexe, portableserver { + includes += ../Generic_Servant + libs += Generic_Servant + after += POA_Generic_Servant_Lib + Source_Files { + server.cpp + } +} |