summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo
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/Simple/echo
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/Simple/echo')
-rw-r--r--TAO/examples/Simple/echo/echo.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/examples/Simple/echo/echo.mpc b/TAO/examples/Simple/echo/echo.mpc
new file mode 100644
index 00000000000..a0f7eb00824
--- /dev/null
+++ b/TAO/examples/Simple/echo/echo.mpc
@@ -0,0 +1,17 @@
+project: namingexe {
+ Source_Files {
+ Echo_i.cpp
+ ../Simple_util.cpp
+ server.cpp
+ }
+}
+
+project(client): namingexe {
+ exename = client
+
+ Source_Files {
+ Echo_Client_i.cpp
+ ../Simple_util.cpp
+ client.cpp
+ }
+}