1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
executable('client',
[
'Alias.m',
'Command.mm',
'Cube.mm',
'DynamicEntity.mm',
'Identifier.m',
'KeyMapping.m',
'MD2.mm',
'MapModelInfo.m',
'Menu.m',
'MenuItem.m',
'Projectile.m',
'ServerInfo.mm',
'Variable.mm',
'client.mm',
'clientextras.mm',
'clientgame.mm',
'clients2c.mm',
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
executable('client',
[
'Alias.m',
'Command.mm',
'Cube.mm',
'DynamicEntity.mm',
'Identifier.m',
'KeyMapping.m',
'MD2.mm',
'MapModelInfo.m',
'Menu.m',
'MenuItem.m',
'OFString+Cube.mm',
'Projectile.m',
'ServerInfo.mm',
'Variable.mm',
'client.mm',
'clientextras.mm',
'clientgame.mm',
'clients2c.mm',
|