quakeforge/ruamoko/cl_menu
Bill Currie 7f69f593d3 configure.ac:
define default include and lib paths for qfcc
ruamoko:
	{cl_menu,game}/Makefile.am:
		conform to the new qfcc library linking rules
	lib/Makefile.am:
		install the libs to ${prefix}/lib/ruamoko
qfcc:
	linker.[ch]:
		support path searching for -llib and make linker_add_lib search for
		libfoo.a for -lfoo in the paths, or just a single dir search for the
		libname otherwise.
	options.c:
		support -L libpath and setup the default include and lib paths
		also change most strdup calls to save_string
	qfcc.c:
		check for foo.a as well as -lfoo when deciding whether the file is
		an object file or lib file.
2002-11-01 18:05:12 +00:00
..
.gitignore prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
Makefile.am configure.ac: 2002-11-01 18:05:12 +00:00
client_menu.h pr_obj.c: 2002-08-20 02:09:34 +00:00
client_menu.qc and a bunch more cast fixes 2002-11-01 01:39:36 +00:00
console.qc prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
controls_o.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
controls_o.qc rename basic bindings to movement bindings and move the two weopon related 2002-09-09 17:28:19 +00:00
inputline_util.qc prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
menu.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
menu.r prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
options.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
options.qc and a bunch more cast fixes 2002-11-01 01:39:36 +00:00
options_util.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
options_util.qc and a bunch more cast fixes 2002-11-01 01:39:36 +00:00
servlist.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
servlist.qc and a bunch more cast fixes 2002-11-01 01:39:36 +00:00
string.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
string.r prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
stringh.h prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00
stringh.r prepare to move the client menu code. not used yet due to some ObjQC bugs 2002-08-16 21:54:21 +00:00