Differences From Artifact [7a5be72f65]:
- File src/meson.build — part of check-in [89fbd7a152] at 2025-03-20 13:21:56 on branch trunk — Make more use of convenience methods (user: js, size: 1564) [annotate] [blame] [check-ins using]
To Artifact [ded2471dd3]:
- File src/meson.build — part of check-in [4b002822f9] at 2025-03-20 16:04:35 on branch trunk — Convert entity to a class (user: js, size: 1606) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + | executable('client', [ 'Alias.m', 'Client.mm', 'Command.mm', 'ConsoleLine.m', 'Cube.mm', 'DynamicEntity.mm', 'Entity.m', 'Identifier.m', 'KeyMapping.m', 'MD2.mm', 'MapModelInfo.m', 'Menu.m', 'MenuItem.m', 'OFString+Cube.mm', 'PersistentEntity.m', 'Projectile.m', 'ResolverResult.mm', 'ResolverThread.mm', 'ServerInfo.mm', 'Variable.mm', 'clients.mm', 'clientextras.mm', |
︙ |