Differences From Artifact [d4e8fbb8fd]:
- File
src/meson.build
— part of check-in
[f5b62f8203]
at
2025-03-04 23:03:58
on branch trunk
— Initial port to macOS
Doesn't work yet as SDL1 is broken on modern macOS. (user: js, size: 1208) [annotate] [blame] [check-ins using]
To 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]
1 2 3 4 5 6 7 8 9 10 | executable('client', [ 'Cube.mm', '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 | 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', |
︙ | ︙ |