summaryrefslogtreecommitdiff
path: root/TAO/examples/Logging
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-07-30 13:23:07 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-07-30 13:23:07 +0000
commit3172e683fad186229a32d60deb50a8e90cd10d5c (patch)
tree412b51ffac1feddfc8fa54b6f0ea8dea1db2aa21 /TAO/examples/Logging
parente005f45665095f1fb4f6ab209a807dde9eaae770 (diff)
downloadATCD-3172e683fad186229a32d60deb50a8e90cd10d5c.tar.gz
ChangeLogTag: Tue Jul 30 08:21:36 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/examples/Logging')
-rw-r--r--TAO/examples/Logging/Logging.mpc20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/examples/Logging/Logging.mpc b/TAO/examples/Logging/Logging.mpc
new file mode 100644
index 00000000000..b22b4d27270
--- /dev/null
+++ b/TAO/examples/Logging/Logging.mpc
@@ -0,0 +1,20 @@
+project(Logging Service): namingexe {
+ exename = Logging_Service
+ comps += LifeCycle
+
+ Source_Files {
+ Logger_i.cpp
+ Logging_Service.cpp
+ Logging_Service_i.cpp
+ }
+}
+
+project(Logging Test): namingexe {
+ exename = Logging_Test
+ comps += LifeCycle
+
+ Source_Files {
+ Logging_Test.cpp
+ Logging_Test_i.cpp
+ }
+}