quakeforge/tools/qfcc/include
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 Fix stamp ignorance. 2001-10-05 19:42:17 +00:00
class.h copyright block work 2002-10-22 14:53:18 +00:00
cpp.h copyright block work 2002-10-22 14:53:18 +00:00
debug.h copyright block work 2002-10-22 14:53:18 +00:00
def.h copyright block work 2002-10-22 14:53:18 +00:00
emit.h copyright block work 2002-10-22 14:53:18 +00:00
expr.h copyright block work 2002-10-22 14:53:18 +00:00
function.h copyright block work 2002-10-22 14:53:18 +00:00
idstuff.h copyright block work 2002-10-22 14:53:18 +00:00
immediate.h copyright block work 2002-10-22 14:53:18 +00:00
linker.h configure.ac: 2002-11-01 18:05:12 +00:00
Makefile.am make dist fix 2002-10-30 15:54:17 +00:00
method.h copyright block work 2002-10-22 14:53:18 +00:00
obj_file.h "for example" is more appropriate than "that is" 2002-09-16 15:42:11 +00:00
opcodes.h copyright block work 2002-10-22 14:53:18 +00:00
options.h copyright block work 2002-10-22 14:53:18 +00:00
qfcc.h copyright block work 2002-10-22 14:53:18 +00:00
reloc.h copyright block work 2002-10-22 14:53:18 +00:00
strpool.h redo how progs strings are stored so multiple pools can exist 2002-07-05 20:02:10 +00:00
struct.h copyright block work 2002-10-22 14:53:18 +00:00
switch.h copyright block work 2002-10-22 14:53:18 +00:00
type.h copyright block work 2002-10-22 14:53:18 +00:00