add sha1.c
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4021 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3c5cb8ee20
commit
7eeb3578b1
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ STRIPFLAGS=--strip-unneeded --remove-section=.comment
|
|||
# 'cause Microsoft suck.
|
||||
CLIBNAME = c
|
||||
|
||||
OBJS = netchan.o parse.o msg.o qw.o source.o bsp.o rcon.o mdfour.o crc.o control.o forward.o pmove.o menu.o httpsv.o
|
||||
VPATH=../engine/common
|
||||
|
||||
OBJS = netchan.o parse.o msg.o qw.o source.o bsp.o rcon.o mdfour.o crc.o control.o forward.o pmove.o menu.o httpsv.o sha1.o
|
||||
|
||||
all: qtv
|
||||
|
||||
|
|
Loading…
Reference in a new issue