Migrate to Meson

FossilOrigin-Name: c0465302ccad5bb94a1c983b7f762c108efe08b423b39cbc56dd2e966d006e1f
This commit is contained in:
Jonathan Schleifer 2024-08-03 13:11:05 +00:00
parent 5ff80b21a3
commit ee010b5c49
13 changed files with 79 additions and 6328 deletions

View file

@ -1,52 +0,0 @@
PROG = client
SRCS = client.mm \
clientextras.mm \
clientgame.mm \
clients2c.mm \
command.mm \
console.mm \
editing.mm \
entities.mm \
main.mm \
menus.mm \
monster.mm \
physics.mm \
rendercubes.mm \
renderextras.mm \
rendergl.mm \
rendermd2.mm \
renderparticles.mm \
rendertext.mm \
rndmap.mm \
savegamedemo.mm \
server.mm \
serverbrowser.mm \
serverms.mm \
serverutil.mm \
sound.mm \
tools.mm \
weapon.mm \
world.mm \
worldio.mm \
worldlight.mm \
worldocull.mm \
worldrender.mm
include ../buildsys.mk
include ../extra.mk
CPPFLAGS += -I../enet/include \
${SDL_CFLAGS} \
${GL_CFLAGS} \
${GLU_CFLAGS} \
${X11_CFLAGS} \
${ZLIB_CFLAGS}
LIBS += -L../enet -lenet \
${SDL_LIBS} \
${GL_LIBS} \
${GLU_LIBS} \
${X11_LIBS} \
${ZLIB_LIBS} \
-lm
LD = ${OBJCXX}