mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-18 09:51:40 +00:00
Add math.r to libr.
This commit is contained in:
parent
a694eed968
commit
7c76415f9d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ SUFFIXES= .o .r .qc
|
||||||
|
|
||||||
libr_a_SOURCES=\
|
libr_a_SOURCES=\
|
||||||
cbuf.r cmd.r cvar.r file.r hash.r msgbuf.r plist.r qfile.r qfs.r script.r \
|
cbuf.r cmd.r cvar.r file.r hash.r msgbuf.r plist.r qfile.r qfs.r script.r \
|
||||||
sound.r string.r \
|
sound.r string.r math.r \
|
||||||
Object.r Protocol.r \
|
Object.r Protocol.r \
|
||||||
AutoreleasePool.r Array.r Array+Private.r Entity.r PropertyList.r
|
AutoreleasePool.r Array.r Array+Private.r Entity.r PropertyList.r
|
||||||
libr_a_AR=$(PAK) -cf
|
libr_a_AR=$(PAK) -cf
|
||||||
|
|
Loading…
Reference in a new issue