mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
idstuff is a better name for precache
This commit is contained in:
parent
06bddd3ee6
commit
2d21e0e2fb
2 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ YFLAGS = -d
|
|||
bin_PROGRAMS= qfcc
|
||||
|
||||
qfcc_SOURCES= \
|
||||
class.c cmdlib.c cpp.c debug.c emit.c expr.c function.c immediate.c \
|
||||
method.c opcodes.c options.c pr_def.c precache.c qc-lex.l qc-parse.y \
|
||||
class.c cmdlib.c cpp.c debug.c emit.c expr.c function.c idstuff.c \
|
||||
immediate.c method.c opcodes.c options.c pr_def.c qc-lex.l qc-parse.y \
|
||||
qfcc.c struct.c switch.c type.c
|
||||
|
||||
qfcc_LDADD= $(QFCC_LIBS)
|
||||
|
|
Loading…
Reference in a new issue