summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/Job.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTScheduling/Job.mpc')
-rw-r--r--TAO/examples/RTScheduling/Job.mpc31
1 files changed, 31 insertions, 0 deletions
diff --git a/TAO/examples/RTScheduling/Job.mpc b/TAO/examples/RTScheduling/Job.mpc
new file mode 100644
index 00000000000..103df7d95ce
--- /dev/null
+++ b/TAO/examples/RTScheduling/Job.mpc
@@ -0,0 +1,31 @@
+// -*- MPC -*-
+// $Id$
+
+project(Job): portableserver {
+ idlflags += -St \
+ -Wb,export_macro=JOB_Export \
+ -Wb,export_include=job_export.h
+ after += RTSchedSynch
+ libs += RTSchedSynch
+ dynamicflags += JOB_BUILD_DLL
+
+ IDL_Files {
+ Job.idl
+ }
+
+ Source_Files {
+ JobC.cpp
+ JobS.cpp
+ }
+
+ Header_Files {
+ JobC.h
+ JobS.h
+ job_export.h
+ }
+
+ Inline_Files {
+ JobC.inl
+ JobS.inl
+ }
+}