diff options
Diffstat (limited to 'quellcode/versuch4/benchmark.mpc')
| -rwxr-xr-x | quellcode/versuch4/benchmark.mpc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/quellcode/versuch4/benchmark.mpc b/quellcode/versuch4/benchmark.mpc new file mode 100755 index 0000000..13eb950 --- /dev/null +++ b/quellcode/versuch4/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 + } +} |
