summaryrefslogtreecommitdiff
path: root/quellcode/versuch3/benchmark.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'quellcode/versuch3/benchmark.mpc')
-rwxr-xr-xquellcode/versuch3/benchmark.mpc23
1 files changed, 23 insertions, 0 deletions
diff --git a/quellcode/versuch3/benchmark.mpc b/quellcode/versuch3/benchmark.mpc
new file mode 100755
index 0000000..13eb950
--- /dev/null
+++ b/quellcode/versuch3/benchmark.mpc
@@ -0,0 +1,23 @@
+project(*Receiver): rt_server, naming {
+ requires += exceptions
+ Source_Files {
+ cpx.cpp
+ bench_i.cpp
+ Receiver.cpp
+ }
+ Header_Files {
+ cpx.h
+ }
+}
+
+project(*Supplier): rt_client, naming {
+ requires += exceptions
+ Source_Files {
+ cpx.cpp
+ bench_i.cpp
+ Supplier.cpp
+ }
+ Header_Files {
+ cpx.h
+ }
+}