mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
2bfeed6820
nq for abyss etc (ie, the magical -<mod> args). The interface to the message subsystem got a revamp and all the mods to the .c files reflect this. currently a little ugly, but I plan on abstracting msg further to clean it up and make it more oo.
8 lines
254 B
Makefile
8 lines
254 B
Makefile
noinst_LIBRARIES = libqfutil.a
|
|
|
|
libqfutil_a_SOURCES = checksum.c cmd.c crc.c cvar.c hash.c info.c link.c mdfour.c msg.c qargs.c qendian.c qfplist.c sizebuf.c va.c zone.c
|
|
|
|
all-local: ../libqfutil.a
|
|
|
|
../libqfutil.a: libqfutil.a
|
|
cp $(noinst_LIBRARIES) ..
|