summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/Hello/hello.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/Hello/hello.mpc')
-rw-r--r--TAO/CIAO/examples/handcrafted/Hello/hello.mpc18
1 files changed, 17 insertions, 1 deletions
diff --git a/TAO/CIAO/examples/handcrafted/Hello/hello.mpc b/TAO/CIAO/examples/handcrafted/Hello/hello.mpc
index 902742796d0..c3f6b9537ce 100644
--- a/TAO/CIAO/examples/handcrafted/Hello/hello.mpc
+++ b/TAO/CIAO/examples/handcrafted/Hello/hello.mpc
@@ -57,4 +57,20 @@ project (client) : ciao_client {
Source_Files {
client.cpp
}
-} \ No newline at end of file
+}
+
+// Client for interacting with the Simple_Component_Server
+project (simple_client) : ciao_client {
+ libpaths += $(CIAO_ROOT)/tools/Simple_Component_Server
+ depends += hello_stub Simple_Server_Stbu
+ libpaths += $(CIAO_ROOT)/tools/Simple_Component_Server
+ libs += hello_stub CIAO_Simple_Server_Stub
+ exename = simple_client
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ simple_client.cpp
+ }
+}