diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-12-11 03:09:47 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-12-11 03:09:47 +0000 |
commit | add12fd2029e26776b6021b4ab92311de9ac3a7d (patch) | |
tree | f5e2c9525e4e3f01d0bd1e933027ba10445b046b /TAO/examples | |
parent | 3dab1f2a4e800e8a716330cd0ae24ac2f44cf468 (diff) | |
download | ATCD-add12fd2029e26776b6021b4ab92311de9ac3a7d.tar.gz |
ChangeLogTag:Wed Dec 10 09:23:35 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/examples')
-rw-r--r-- | TAO/examples/POA/Adapter_Activator/POA_Adapter_Activator.mpc | 1 | ||||
-rw-r--r-- | TAO/examples/POA/DSI/POA_DSI.mpc | 3 | ||||
-rw-r--r-- | TAO/examples/POA/Default_Servant/POA_Default_Servant.mpc | 4 | ||||
-rw-r--r-- | TAO/examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc | 1 | ||||
-rw-r--r-- | TAO/examples/POA/FindPOA/POA_FindPOA.mpc | 1 | ||||
-rw-r--r-- | TAO/examples/POA/Forwarding/POA_Forwarding.mpc | 4 | ||||
-rw-r--r-- | TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc | 4 | ||||
-rw-r--r-- | TAO/examples/POA/Loader/POA_Loader.mpc | 2 | ||||
-rw-r--r-- | TAO/examples/POA/NewPOA/POA_NewPOA.mpc | 2 | ||||
-rw-r--r-- | TAO/examples/POA/On_Demand_Activation/POA_On_Demand_Activation.mpc | 1 | ||||
-rw-r--r-- | TAO/examples/POA/POA_BiDir/POA_BiDir.mpc | 2 | ||||
-rw-r--r-- | TAO/examples/POA/TIE/POA_TIE.mpc | 3 |
12 files changed, 23 insertions, 5 deletions
diff --git a/TAO/examples/POA/Adapter_Activator/POA_Adapter_Activator.mpc b/TAO/examples/POA/Adapter_Activator/POA_Adapter_Activator.mpc index 4af0d416116..bacc4c27c79 100644 --- a/TAO/examples/POA/Adapter_Activator/POA_Adapter_Activator.mpc +++ b/TAO/examples/POA/Adapter_Activator/POA_Adapter_Activator.mpc @@ -1,4 +1,5 @@ project(*Server): taoexe, portableserver { + avoids += minimum_corba includes += ../Generic_Servant libs += Generic_Servant after += POA_Generic_Servant_Lib diff --git a/TAO/examples/POA/DSI/POA_DSI.mpc b/TAO/examples/POA/DSI/POA_DSI.mpc index 836b8dcadeb..1133101194b 100644 --- a/TAO/examples/POA/DSI/POA_DSI.mpc +++ b/TAO/examples/POA/DSI/POA_DSI.mpc @@ -1,4 +1,5 @@ project(*Client) : taoexe, messaging, portableserver { + avoids += minimum_corba source_files { client.cpp } @@ -9,4 +10,4 @@ project(*Server) : taoexe, messaging, portableserver, dynamicinterface { Database_i.cpp server.cpp } -}
\ No newline at end of file +} diff --git a/TAO/examples/POA/Default_Servant/POA_Default_Servant.mpc b/TAO/examples/POA/Default_Servant/POA_Default_Servant.mpc index 6c5ebe73de9..ef0f4642ffc 100644 --- a/TAO/examples/POA/Default_Servant/POA_Default_Servant.mpc +++ b/TAO/examples/POA/Default_Servant/POA_Default_Servant.mpc @@ -1,12 +1,14 @@ project(*Client) : taoexe, portableserver { + avoids += minimum_corba source_files { client.cpp } } project(*Server) : taoexe, portableserver { + avoids += minimum_corba source_files { File_i.cpp server.cpp } -}
\ No newline at end of file +} diff --git a/TAO/examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc b/TAO/examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc index 4af0d416116..bacc4c27c79 100644 --- a/TAO/examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc +++ b/TAO/examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc @@ -1,4 +1,5 @@ project(*Server): taoexe, portableserver { + avoids += minimum_corba includes += ../Generic_Servant libs += Generic_Servant after += POA_Generic_Servant_Lib diff --git a/TAO/examples/POA/FindPOA/POA_FindPOA.mpc b/TAO/examples/POA/FindPOA/POA_FindPOA.mpc index 50c37f6f1e7..21e29385c4e 100644 --- a/TAO/examples/POA/FindPOA/POA_FindPOA.mpc +++ b/TAO/examples/POA/FindPOA/POA_FindPOA.mpc @@ -1,3 +1,4 @@ project: taoexe, portableserver { + avoids += minimum_corba } diff --git a/TAO/examples/POA/Forwarding/POA_Forwarding.mpc b/TAO/examples/POA/Forwarding/POA_Forwarding.mpc index 191db373ef8..0abc3de7a4d 100644 --- a/TAO/examples/POA/Forwarding/POA_Forwarding.mpc +++ b/TAO/examples/POA/Forwarding/POA_Forwarding.mpc @@ -1,10 +1,12 @@ project(*Client) : taoexe, portableserver { + avoids += minimum_corba source_files { client.cpp } } project(*Server) : taoexe, portableserver { + avoids += minimum_corba includes += ../Generic_Servant libs += Generic_Servant after += POA_Generic_Servant_Lib @@ -13,4 +15,4 @@ project(*Server) : taoexe, portableserver { server.cpp Servant_Activator.cpp } -}
\ No newline at end of file +} diff --git a/TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc b/TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc index 937bee19aaa..3fce3e7f2ab 100644 --- a/TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc +++ b/TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc @@ -1,4 +1,6 @@ +// $Id$ project(*lib): taolib_with_idl, portableserver { + avoids += minimum_corba sharedname = Generic_Servant dynamicflags = GENERIC_SERVANT_BUILD_DLL idlflags += -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h @@ -15,4 +17,4 @@ project(*client): taoexe, portableserver { Source_Files { client.cpp } -}
\ No newline at end of file +} diff --git a/TAO/examples/POA/Loader/POA_Loader.mpc b/TAO/examples/POA/Loader/POA_Loader.mpc index ce613af3ebf..08d63c26e51 100644 --- a/TAO/examples/POA/Loader/POA_Loader.mpc +++ b/TAO/examples/POA/Loader/POA_Loader.mpc @@ -1,4 +1,6 @@ +// $Id$ project(*Server): taoexe, portableserver { + avoids += minimum_corba Source_Files { server.cpp Servant_Activator.cpp diff --git a/TAO/examples/POA/NewPOA/POA_NewPOA.mpc b/TAO/examples/POA/NewPOA/POA_NewPOA.mpc index 5f4f6d3d49c..de7282249a6 100644 --- a/TAO/examples/POA/NewPOA/POA_NewPOA.mpc +++ b/TAO/examples/POA/NewPOA/POA_NewPOA.mpc @@ -1,2 +1,4 @@ +//$Id$ project : taoexe, portableserver { + avoids += minimum_corba } diff --git a/TAO/examples/POA/On_Demand_Activation/POA_On_Demand_Activation.mpc b/TAO/examples/POA/On_Demand_Activation/POA_On_Demand_Activation.mpc index eb5f6a47137..29f1da6ddf2 100644 --- a/TAO/examples/POA/On_Demand_Activation/POA_On_Demand_Activation.mpc +++ b/TAO/examples/POA/On_Demand_Activation/POA_On_Demand_Activation.mpc @@ -1,4 +1,5 @@ project(*Server): taoexe, portableserver { + avoids += minimum_corba includes += ../Generic_Servant libs += Generic_Servant after += POA_Generic_Servant_Lib diff --git a/TAO/examples/POA/POA_BiDir/POA_BiDir.mpc b/TAO/examples/POA/POA_BiDir/POA_BiDir.mpc index 8a1e41e1aac..e28131acdc2 100644 --- a/TAO/examples/POA/POA_BiDir/POA_BiDir.mpc +++ b/TAO/examples/POA/POA_BiDir/POA_BiDir.mpc @@ -1,3 +1,5 @@ project: taoexe, portableserver, bidir_giop { + + avoids += minimum_corba } diff --git a/TAO/examples/POA/TIE/POA_TIE.mpc b/TAO/examples/POA/TIE/POA_TIE.mpc index 1fad2772df5..68654880054 100644 --- a/TAO/examples/POA/TIE/POA_TIE.mpc +++ b/TAO/examples/POA/TIE/POA_TIE.mpc @@ -1,4 +1,5 @@ project(*Client) : taoexe, portableserver { + requires += minimum_corba idlflags -= -Sc source_files { client.cpp @@ -12,4 +13,4 @@ project(*Server) : taoexe, portableserver { test_i.cpp server.cpp } -}
\ No newline at end of file +} |