diff options
author | Bill Nagel <wnagel@tycoint.com> | 2014-11-29 13:12:44 -0500 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-29 18:10:41 +0000 |
commit | e80d9d5902f38407d971587f2a6b7b839247ca92 (patch) | |
tree | 615e2e0b5f3c11167e63be61143857d7ff3e5477 /lib/Makefile.vc6 | |
parent | 3529903afb1db05892e03f7c3c836859f3b18a34 (diff) | |
download | curl-e80d9d5902f38407d971587f2a6b7b839247ca92.tar.gz |
smb: Added initial source files for SMB
Added the initial source files and updated the relevant project files in
order to support SMB/CIFS.
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 adf4a4cf2..d2e434534 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -610,6 +610,7 @@ X_OBJS= \ $(DIROBJ)\sendf.obj \
$(DIROBJ)\share.obj \
$(DIROBJ)\slist.obj \
+ $(DIROBJ)\smb.obj \
$(DIROBJ)\smtp.obj \
$(DIROBJ)\socks.obj \
$(DIROBJ)\socks_gssapi.obj \
|