move hash.r and plist.r to libr where they belong

This commit is contained in:
Bill Currie 2004-02-25 02:38:15 +00:00
parent 9878966625
commit 4afe0c1588

View file

@ -27,19 +27,19 @@ EXTRA_LIBRARIES= $(ruamoko_libs)
$(QFCC) $(QCFLAGS) $(QCPPFLAGS) -c -o $@ $< $(QFCC) $(QCFLAGS) $(QCPPFLAGS) -c -o $@ $<
libr_a_SOURCES=\ libr_a_SOURCES=\
cbuf.r cmd.r cvar.r file.r qfile.r string.r \ cbuf.r cmd.r cvar.r file.r hash.r plist.r qfile.r string.r \
Object.r AutoreleasePool.r Array.r Entity.r List.r ListNode.r Stack.r Object.r AutoreleasePool.r Array.r Entity.r List.r ListNode.r Stack.r
libr_a_AR=$(PAK) -cf libr_a_AR=$(PAK) -cf
libqw_a_SOURCES=\ libqw_a_SOURCES=\
crudefile.r debug.r hash.r entities.r infokey.r math.r message.r \ crudefile.r debug.r entities.r infokey.r math.r message.r \
physics.r plist.r qw_message.r qw_physics.r qw_sys.r \ physics.r qw_message.r qw_physics.r qw_sys.r \
server.r sound.r system.r server.r sound.r system.r
libqw_a_AR=$(PAK) -cf libqw_a_AR=$(PAK) -cf
libnq_a_SOURCES=\ libnq_a_SOURCES=\
crudefile.r debug.r hash.r entities.r infokey.r math.r message.r \ crudefile.r debug.r entities.r infokey.r math.r message.r \
nq_message.r physics.r plist.r server.r sound.r system.r nq_message.r physics.r server.r sound.r system.r
libnq_a_AR=$(PAK) -cf libnq_a_AR=$(PAK) -cf
libcsqc_a_SOURCES= \ libcsqc_a_SOURCES= \