quakeforge/tools/qfcc/source
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 ? tools/qfcc/source/qfodump 2002-07-19 14:13:37 +00:00
.indent.pro indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
class.c copyright block work 2002-10-22 14:53:18 +00:00
cpp.c copyright block work 2002-10-22 14:53:18 +00:00
debug.c copyright block work 2002-10-22 14:53:18 +00:00
def.c copyright block work 2002-10-22 14:53:18 +00:00
emit.c copyright block work 2002-10-22 14:53:18 +00:00
expr.c expr.c: 2002-10-31 22:58:59 +00:00
function.c replace @argc and @argv with @args.count and @args.list. @args is of type 2002-10-16 02:28:08 +00:00
idstuff.c clean out the cmdlib crap from quakefs.c and nuke qfcc's last dependency 2002-10-30 02:31:29 +00:00
immediate.c copyright block work 2002-10-22 14:53:18 +00:00
linker.c configure.ac: 2002-11-01 18:05:12 +00:00
Makefile.am macro-ize --with-{clients,servers} and implement --with-tools using the new 2002-09-17 22:19:14 +00:00
method.c create new_*_expr functions for all basic expression types except ex_poitner 2002-09-11 16:21:26 +00:00
obj_file.c turns out that flags == 0 is quite valid (d'oh) 2002-10-16 06:33:14 +00:00
opcodes.c copyright block work 2002-10-22 14:53:18 +00:00
options.c configure.ac: 2002-11-01 18:05:12 +00:00
qc-lex.l *sigh* twice now forgot to remove that test code :P 2002-10-26 03:41:34 +00:00
qc-parse.y expr.c: 2002-10-31 22:58:59 +00:00
qfcc.c configure.ac: 2002-11-01 18:05:12 +00:00
qfodump.c copyright block work 2002-10-22 14:53:18 +00:00
reloc.c copyright block work 2002-10-22 14:53:18 +00:00
strpool.c bah, getting my "last changes vs last compile" backwards again :/ 2002-07-05 20:19:13 +00:00
struct.c copyright block work 2002-10-22 14:53:18 +00:00
switch.c move s_file, pr_source_line and pr_error_count into pr, make the linker 2002-07-03 21:32:03 +00:00
type.c copyright block work 2002-10-22 14:53:18 +00:00