Differences From Artifact [427dbc46b4]:
- File src/meson.build — part of check-in [5b7b7d2fc5] at 2025-03-24 22:14:24 on branch trunk — Convert player into a class (user: js, size: 1591) [annotate] [blame] [check-ins using]
To Artifact [fcfe74564e]:
- File src/meson.build — part of check-in [7a98b92af9] at 2025-03-25 23:52:50 on branch trunk — Make use of OF_DIRECT (user: js, size: 1607) [annotate] [blame] [check-ins using]
︙ | |||
66 67 68 69 70 71 72 73 74 75 76 77 78 79 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | + | link_args: client_link_args, link_with: [enet], win_subsystem: 'windows') executable('server', [ 'Client.m', 'Entity.m', 'ServerEntity.m', 'server.m', 'serverms.m', 'serverutil.m', 'tools.m', ], objc_args: ['-DSTANDALONE'], |
︙ |