diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-19 13:45:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-19 13:45:46 +0000 |
commit | 03e7b7c95fc43f94eb44bf33a744c5e120fd2c11 (patch) | |
tree | d2c1e2275d530ff22ca7475b8a87eb8a1188f300 | |
parent | 1a05a90f1ce86394d7966aaaa9539adaa228c6bf (diff) |
add select.obj
-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 7093a8182..9b21f5c5a 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -284,6 +284,7 @@ X_OBJS= \ $(DIROBJ)\md5.obj \
$(DIROBJ)\memdebug.obj \
$(DIROBJ)\strerror.obj \
+ $(DIROBJ)\select.obj \
$(DIROBJ)\content_encoding.obj \
$(RESOURCE)
|