mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
5b0e6dc342
about the path it's handed (need to get even more paranoid, though). the string module just has char replacement so far. Add Draw_CenterPic to r_progs.c, but this will only last till qpic_t is supported in qc. the load menu almost works: just need to add key handling and fix a bug in PF_sprintf
11 lines
326 B
Makefile
11 lines
326 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_init.c bi_cbuf.c bi_file.c bi_string.c
|