1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
executable('client',
[
'client.mm',
'clientextras.mm',
'clientgame.mm',
'clients2c.mm',
'command.mm',
'console.mm',
'editing.mm',
'entities.mm',
'init.mm',
'main.mm',
'menus.mm',
'monster.mm',
'physics.mm',
'rendercubes.mm',
'renderextras.mm',
'rendergl.mm',
'rendermd2.mm',
|
>
<
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
executable('client',
[
'Cube.mm',
'client.mm',
'clientextras.mm',
'clientgame.mm',
'clients2c.mm',
'command.mm',
'console.mm',
'editing.mm',
'entities.mm',
'init.mm',
'menus.mm',
'monster.mm',
'physics.mm',
'rendercubes.mm',
'renderextras.mm',
'rendergl.mm',
'rendermd2.mm',
|