diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-12-23 20:23:21 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-12-23 20:23:21 +0000 |
commit | 1da5f9e78f61b99f998aae501f427e0cbe41d6a2 (patch) | |
tree | d4e5431603db674e59053a9e6f28edb36a7387ed /examples/Service_Configurator | |
parent | 30a68f96d3a562deef6d35fc483e87f6872551d2 (diff) | |
download | ATCD-1da5f9e78f61b99f998aae501f427e0cbe41d6a2.tar.gz |
ChangeLogTag:Tue Dec 23 20:19:51 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/Service_Configurator')
3 files changed, 9 insertions, 0 deletions
diff --git a/examples/Service_Configurator/IPC-tests/client/Service_Configurator_IPC_Client.mpc b/examples/Service_Configurator/IPC-tests/client/Service_Configurator_IPC_Client.mpc index 325c68529d7..4cb002f86c5 100644 --- a/examples/Service_Configurator/IPC-tests/client/Service_Configurator_IPC_Client.mpc +++ b/examples/Service_Configurator/IPC-tests/client/Service_Configurator_IPC_Client.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project(*local dgram) : aceexe { exename = localdgram Source_Files { diff --git a/examples/Service_Configurator/IPC-tests/server/Service_Configurator_IPC_Server.mpc b/examples/Service_Configurator/IPC-tests/server/Service_Configurator_IPC_Server.mpc index cb0e850c3b1..14d906868e7 100644 --- a/examples/Service_Configurator/IPC-tests/server/Service_Configurator_IPC_Server.mpc +++ b/examples/Service_Configurator/IPC-tests/server/Service_Configurator_IPC_Server.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project(*Lib) : acelib { sharedname = IPC_Tests_Server dynamicflags += ACE_BUILD_SVC_DLL diff --git a/examples/Service_Configurator/Misc/Service_Configurator_Misc.mpc b/examples/Service_Configurator/Misc/Service_Configurator_Misc.mpc index 963cbffd511..9c9744fd601 100644 --- a/examples/Service_Configurator/Misc/Service_Configurator_Misc.mpc +++ b/examples/Service_Configurator/Misc/Service_Configurator_Misc.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project(*Timer) : acelib { sharedname = timer dynamicflags += ACE_BUILD_SVC_DLL |