summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/Misc/Service_Configurator_Misc.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:30 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:30 +0000
commitc44379cc7d9c7aa113989237ab0f56db12aa5219 (patch)
tree66a84b20d47f2269d8bdc6e0323f338763424d3a /ACE/examples/Service_Configurator/Misc/Service_Configurator_Misc.mpc
parent3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c (diff)
downloadATCD-c44379cc7d9c7aa113989237ab0f56db12aa5219.tar.gz
Repo restructuring
Diffstat (limited to 'ACE/examples/Service_Configurator/Misc/Service_Configurator_Misc.mpc')
-rw-r--r--ACE/examples/Service_Configurator/Misc/Service_Configurator_Misc.mpc18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACE/examples/Service_Configurator/Misc/Service_Configurator_Misc.mpc b/ACE/examples/Service_Configurator/Misc/Service_Configurator_Misc.mpc
new file mode 100644
index 00000000000..9c9744fd601
--- /dev/null
+++ b/ACE/examples/Service_Configurator/Misc/Service_Configurator_Misc.mpc
@@ -0,0 +1,18 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Timer) : acelib {
+ sharedname = timer
+ dynamicflags += ACE_BUILD_SVC_DLL
+ Source_Files {
+ Timer_Service.cpp
+ }
+}
+project(*Main) : aceexe {
+ exename = main
+ after += Service_Configurator_Misc_Timer
+ libs += timer
+ Source_Files {
+ main.cpp
+ }
+}