diff options
Diffstat (limited to 'quellcode/versuch4/multithreading/benchDual.mpc')
| -rwxr-xr-x | quellcode/versuch4/multithreading/benchDual.mpc | 35 |
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 |
