summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-07 23:38:01 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-07 23:38:01 +0000
commita6752807228caa1c3a017ad236b7aa1d77fa4045 (patch)
tree6e8821d229169060db107ffbbce1c53ee35d43b3 /bin
parent3259accec95c7a7b2990e39a81ca0d546967e3a3 (diff)
downloadATCD-a6752807228caa1c3a017ad236b7aa1d77fa4045.tar.gz
ChangeLogTag: Tue Oct 7 18:29:25 2003 Irfan Pyarali <irfan@oomworks.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/config/rtscheduling.mpb4
-rw-r--r--bin/MakeProjectCreator/config/rtscheduling_client.mpb2
-rw-r--r--bin/MakeProjectCreator/config/rtscheduling_server.mpb2
3 files changed, 8 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/config/rtscheduling.mpb b/bin/MakeProjectCreator/config/rtscheduling.mpb
new file mode 100644
index 00000000000..aec9ef4aaf6
--- /dev/null
+++ b/bin/MakeProjectCreator/config/rtscheduling.mpb
@@ -0,0 +1,4 @@
+project : rtcorba {
+ after += RTScheduling
+ libs += TAO_RTScheduler
+}
diff --git a/bin/MakeProjectCreator/config/rtscheduling_client.mpb b/bin/MakeProjectCreator/config/rtscheduling_client.mpb
new file mode 100644
index 00000000000..9f7d3de03a1
--- /dev/null
+++ b/bin/MakeProjectCreator/config/rtscheduling_client.mpb
@@ -0,0 +1,2 @@
+project : rt_client, rtscheduling {
+}
diff --git a/bin/MakeProjectCreator/config/rtscheduling_server.mpb b/bin/MakeProjectCreator/config/rtscheduling_server.mpb
new file mode 100644
index 00000000000..1acecc9039e
--- /dev/null
+++ b/bin/MakeProjectCreator/config/rtscheduling_server.mpb
@@ -0,0 +1,2 @@
+project : rt_server, rtscheduling {
+}