quakeforge/ruamoko/lib
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 add Makefile and Makefile.in 2002-08-15 19:09:48 +00:00
Array.r implement a dynamic array class 2002-10-31 23:00:40 +00:00
cbuf.r bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
cmd.r bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
crudefile.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
cvar.r bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
debug.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
draw.r Okay, this might or might not work (but it should). It's the beginning of the 2002-08-17 05:27:34 +00:00
entities.r Okay, this might or might not work (but it should). It's the beginning of the 2002-08-17 05:27:34 +00:00
Entity.r Okay, this might or might not work (but it should). It's the beginning of the 2002-08-17 05:27:34 +00:00
file.r bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
infokey.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
InputLine.r remove a bunch of obsolete (and now wrong syntax anyway) casts 2002-11-01 01:31:37 +00:00
key.r bring in most of the remaining api bits from cs-code (except string and 2002-08-16 20:15:10 +00:00
Makefile.am configure.ac: 2002-11-01 18:05:12 +00:00
math.r get everything compiling again. there are likely still incorrect prototypes 2002-08-15 07:05:17 +00:00
message.r prototypes seem ok now and fix dependecy tracking for newer cpp 2002-08-15 07:24:56 +00:00
nq_message.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
Object.r correct the type for obj_verror 2002-10-17 19:33:46 +00:00
physics.r get everything compiling again. there are likely still incorrect prototypes 2002-08-15 07:05:17 +00:00
Point.r remove a bunch of obsolete (and now wrong syntax anyway) casts 2002-11-01 01:31:37 +00:00
qw_message.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
qw_physics.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
qw_sys.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
Rect.r remove a bunch of obsolete (and now wrong syntax anyway) casts 2002-11-01 01:31:37 +00:00
Size.r remove a bunch of obsolete (and now wrong syntax anyway) casts 2002-11-01 01:31:37 +00:00
sound.r get everything compiling again. there are likely still incorrect prototypes 2002-08-15 07:05:17 +00:00
string.r create prototypes and linkages for all the server builtins, both nq and qw 2002-08-15 06:56:37 +00:00
system.r missed this too, bah! 2002-08-16 22:00:54 +00:00