diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-04 06:59:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-04 06:59:25 +0000 |
commit | c45f43ce32fdd159c4c2f3a7613bdb8cfcf3a755 (patch) | |
tree | 9ff3af83f9f1898bcc0c0d72e2c8e25df55f9ea8 /lib | |
parent | 0eb037a8497b483ad0438fc136e2e8a7b44c9f47 (diff) |
Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.vc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 0ed18b76d..a54262197 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -196,7 +196,7 @@ X_OBJS= \ $(DIROBJ)\telnet.obj \
$(DIROBJ)\getdate.obj \
$(DIROBJ)\getenv.obj \
- $(DIROBJ)\getpass.obj \
+ $(DIROBJ)\inet_pton.obj \
$(DIROBJ)\hostip.obj \
$(DIROBJ)\if2ip.obj \
$(DIROBJ)\mprintf.obj \
|