mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 08:50:58 +00:00
eef399209d
The evil comment is not just "pragmas are bad, ok?", but switching between advanced, extended and tradtitional modes when compiling truly is evil and not guaranteed to work. However, I needed it to make building test cases easier (it's mostly ok to go from advanced to extended or tradtional, but going the other way will probably cause all sorts of fun). In the process, opcode_init now copies the opcode table data rather than modifying it.
7 lines
355 B
Makefile
7 lines
355 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
EXTRA_DIST= class.h codespace.h cpp.h dags.h debug.h def.h defspace.h \
|
|
diagnostic.h dot.h emit.h expr.h flow.h function.h grab.h idstuff.h \
|
|
linker.h method.h obj_file.h obj_type.h opcodes.h options.h pragma.h \
|
|
qfcc.h qfprogs.h reloc.h set.h shared.h statements.h strpool.h \
|
|
struct.h switch.h symtab.h type.h value.h
|