summaryrefslogtreecommitdiff
path: root/quellcode/versuch5/bench.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'quellcode/versuch5/bench.mpc')
-rwxr-xr-xquellcode/versuch5/bench.mpc25
1 files changed, 25 insertions, 0 deletions
diff --git a/quellcode/versuch5/bench.mpc b/quellcode/versuch5/bench.mpc
new file mode 100755
index 0000000..8a91cb3
--- /dev/null
+++ b/quellcode/versuch5/bench.mpc
@@ -0,0 +1,25 @@
+project(*Server): rt_server, naming {
+ requires += exceptions
+ Source_Files {
+ Custom_Network_Priority_Mapping.cpp
+ cpx.cpp
+ bench_i.cpp
+ Server.cpp
+ }
+ Header_Files {
+ cpx.h
+ }
+}
+
+project(*Client): rt_client, naming {
+ requires += exceptions
+ Source_Files {
+ Custom_Network_Priority_Mapping.cpp
+ cpx.cpp
+ benchC.cpp
+ Client.cpp
+ }
+ Header_Files {
+ cpx.h
+ }
+}