diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-09-07 14:42:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-09-07 14:42:15 +0000 |
commit | 0e7d93858d5ab431a44df92f8f0bd6d545e996fb (patch) | |
tree | 0faf3489dc1e4fbf4d2619237e6a8246ecc3af15 /lib/Makefile.vc6 | |
parent | 2164d760b78f3813171aa3ca3adb70f33e292c08 (diff) | |
download | curl-0e7d93858d5ab431a44df92f8f0bd6d545e996fb.tar.gz |
added tftp.c
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r-- | lib/Makefile.vc6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index adb6a4815..cebf1f3a9 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -469,6 +469,7 @@ X_OBJS= \ $(DIROBJ)\strerror.obj \
$(DIROBJ)\select.obj \
$(DIROBJ)\content_encoding.obj \
+ $(DIROBJ)\tftp.obj \
$(RESOURCE)
all : $(TARGET)
|