diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 22:29:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 22:29:29 +0000 |
commit | b60e0fa97ed7ddc66d0ad6d00dfd78319bb6ad36 (patch) | |
tree | 50a5aed5fe1754b59f331e8c4337c8301121e1c7 /lib/Makefile.b32 | |
parent | 41c6f68d949bf6021fbf4d3488bbf38efa898816 (diff) | |
download | curl-b60e0fa97ed7ddc66d0ad6d00dfd78319bb6ad36.tar.gz |
David J Meyer's large file support.
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r-- | lib/Makefile.b32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index cf290c370..97e096a3d 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -61,6 +61,7 @@ SOURCES = \ easy.c \
strequal.c \
strtok.c \
+ strtoofft.c \
connect.c \
hash.c \
share.c \
|