summaryrefslogtreecommitdiff
path: root/quellcode/versuch5/bench.mpc
blob: 8a91cb307007a89f8977de6c4bd3b07d067e60b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
	}
}