mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 05:30:31 +00:00
8220ddd83d
and F3 now work in nq :)
13 lines
390 B
Makefile
13 lines
390 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
INCLUDES= -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES= libQFgamecode_builtins.la libQFcsqc.la
|
|
|
|
libQFgamecode_builtins_la_LDFLAGS= -version-info 1:0:0
|
|
libQFgamecode_builtins_la_SOURCES= pr_cmds.c
|
|
|
|
libQFcsqc_la_LDFLAGS= -version-info 1:0:0
|
|
libQFcsqc_la_SOURCES=\
|
|
bi_cbuf.c bi_cmd.c bi_cvar.c bi_file.c bi_init.c bi_inputline.c \
|
|
bi_keys.c bi_string.c bi_strhash.c
|