mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
d63243380f
Special note: I hope to never do this again. :)
7 lines
202 B
Makefile
7 lines
202 B
Makefile
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES= libQFgamecode.la
|
|
|
|
libQFgamecode_la_LDFLAGS= -version-info 1:0:0
|
|
libQFgamecode_la_SOURCES= \
|
|
pr_edict.c pr_debug.c pr_exec.c pr_opcode.c pr_strings.c
|