summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/Synch.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTScheduling/Synch.mpc')
-rw-r--r--TAO/examples/RTScheduling/Synch.mpc31
1 files changed, 31 insertions, 0 deletions
diff --git a/TAO/examples/RTScheduling/Synch.mpc b/TAO/examples/RTScheduling/Synch.mpc
new file mode 100644
index 00000000000..fa1e1c488a9
--- /dev/null
+++ b/TAO/examples/RTScheduling/Synch.mpc
@@ -0,0 +1,31 @@
+// -*- MPC -*-
+// $Id$
+
+project(RTSchedSynch): portableserver {
+ idlflags += -St \
+ -Wb,export_macro=SYNCH_Export \
+ -Wb,export_include=synch_export.h
+ dynamicflags += SYNCH_BUILD_DLL
+
+ IDL_Files {
+ Synch.idl
+ }
+
+ Source_Files {
+ SynchC.cpp
+ SynchS.cpp
+ Synch_i.cpp
+ }
+
+ Header_Files {
+ SynchC.h
+ SynchS.h
+ synch_export.h
+ Synch_i.h
+ }
+
+ Inline_Files {
+ SynchC.inl
+ SynchS.inl
+ }
+}