Differences From Artifact [b573376159]:
- File src/meson.build — part of check-in [5e43ae9916] at 2025-03-07 21:16:47 on branch trunk — Clean up variables (user: js, size: 1369) [annotate] [blame] [check-ins using]
To Artifact [2625064d57]:
- File src/meson.build — part of check-in [d3b4b2d476] at 2025-03-09 11:24:01 on branch trunk — Migrate projectile to a class (user: js, size: 1389) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 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', 'Identifier.m', 'KeyMapping.m', 'MD2.mm', 'MapModelInfo.m', 'Menu.m', 'MenuItem.m', 'Projectile.m', 'Variable.mm', 'client.mm', 'clientextras.mm', 'clientgame.mm', 'clients2c.mm', 'commands.mm', 'console.mm', |
︙ |