updated to reality

This commit is contained in:
Daniel Stenberg 2002-12-03 09:32:57 +00:00
parent fa446f860f
commit 199a0311e2
2 changed files with 10 additions and 2 deletions

View File

@ -59,7 +59,11 @@ SOURCES = \
easy.c \
strequal.c \
strtok.c \
connect.c
connect.c \
hash.c \
llist.c \
multi.c \
content_encoding.c
OBJECTS = $(SOURCES:.c=.obj)

View File

@ -28,4 +28,8 @@
+easy.obj &
+strequal.obj &
+strtok.obj &
+connect.obj
+connect.obj &
+hash.obj &
+llist.obj &
+multi.obj &
+content_encoding.obj