summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/RTCORBA/RTCORBA.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/RTCORBA/RTCORBA.mpc')
-rw-r--r--TAO/DevGuideExamples/RTCORBA/RTCORBA.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/DevGuideExamples/RTCORBA/RTCORBA.mpc b/TAO/DevGuideExamples/RTCORBA/RTCORBA.mpc
new file mode 100644
index 00000000000..1b4250330e3
--- /dev/null
+++ b/TAO/DevGuideExamples/RTCORBA/RTCORBA.mpc
@@ -0,0 +1,17 @@
+project(*Server): rt_server {
+ Source_Files {
+ Messenger_i.cpp
+ MessengerServer.cpp
+ common.cpp
+ }
+}
+
+
+project(*Client): rt_client {
+ Source_Files {
+ MessengerC.cpp
+ MessengerClient.cpp
+ common.cpp
+ }
+}
+