summaryrefslogtreecommitdiff
path: root/quellcode/versuch4/multithreading/benchDual.mpc
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2014-03-31 16:53:55 +0200
committerManuel Traut <manut@mecka.net>2014-03-31 16:53:55 +0200
commit1adba473e6917b227e1b0a1118148101dca202e7 (patch)
tree13180ede9564ba50c528b274ee5719b4e030ef06 /quellcode/versuch4/multithreading/benchDual.mpc
parenteacbf5bb4d57af21c731f41251015d3b991ad490 (diff)
add quellcodeHEADmaster
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'quellcode/versuch4/multithreading/benchDual.mpc')
-rwxr-xr-xquellcode/versuch4/multithreading/benchDual.mpc35
1 files changed, 35 insertions, 0 deletions
diff --git a/quellcode/versuch4/multithreading/benchDual.mpc b/quellcode/versuch4/multithreading/benchDual.mpc
new file mode 100755
index 0000000..44c2102
--- /dev/null
+++ b/quellcode/versuch4/multithreading/benchDual.mpc
@@ -0,0 +1,35 @@
+project(*ReceiverDual): strategies, rt_server, naming {
+ requires += exceptions
+ Source_Files {
+ cpx.cpp
+ benchI.cpp
+ ReceiverDual.cpp
+ }
+ Header_Files {
+ cpx.h
+ }
+}
+
+project(*SupplierLow): strategies, rt_client, naming {
+ requires += exceptions
+ Source_Files {
+ cpx.cpp
+ benchC.cpp
+ SupplierLow.cpp
+ }
+ Header_Files {
+ cpx.h
+ }
+}
+
+project(*SupplierHigh): strategies, rt_client, naming {
+ requires += exceptions
+ Source_Files {
+ cpx.cpp
+ benchC.cpp
+ SupplierHigh.cpp
+ }
+ Header_Files {
+ cpx.h
+ }
+} \ No newline at end of file