Differences From Artifact [a339bbfb63]:
- File src/meson.build — part of check-in [14861826d4] at 2025-03-05 23:18:28 on branch trunk — Move classes into separate files (user: js, size: 1279) [annotate] [blame] [check-ins using]
To Artifact [784a6d82d7]:
- File src/meson.build — part of check-in [f17992369e] at 2025-03-06 00:34:42 on branch trunk — Clean up menus and text drawing (user: js, size: 1311) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | executable('client', [ 'Cube.mm', 'Ident.m', 'KeyMapping.m', 'MD2.mm', 'MapModelInfo.m', 'client.mm', 'clientextras.mm', 'clientgame.mm', 'clients2c.mm', 'command.mm', 'console.mm', 'editing.mm', | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | executable('client', [ 'Cube.mm', 'Ident.m', 'KeyMapping.m', 'MD2.mm', 'MapModelInfo.m', 'Menu.m', 'MenuItem.m', 'client.mm', 'clientextras.mm', 'clientgame.mm', 'clients2c.mm', 'command.mm', 'console.mm', 'editing.mm', |
︙ | ︙ |