aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-21 14:14:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-21 14:14:25 +0000
commit640d6a556420885eab3414144858eac8675fbd7a (patch)
tree246468d6e6bef62a5175b2f007885a37e08d54af /src
parent2e9d100d0355e076b16ee141b16ab5d5e21cd0bd (diff)
updated for mingw32
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.m326
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index 4a19ac7cd..ba134d8f1 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -2,7 +2,7 @@
# $Id$
#
## Makefile for building curl.exe with MingW32 (GCC-3.2) and
-## optionally OpenSSL (0.9.6)
+## optionally OpenSSL (0.9.7)
##
## Use: make -f Makefile.m32 [SSL=1] [DYN=1]
##
@@ -32,8 +32,8 @@ COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
curl_PROGRAMS = curl.exe
-curl_OBJECTS = main.o hugehelp.o urlglob.o writeout.o
-curl_SOURCES = main.c hugehelp.c urlglob.c writeout.c
+curl_OBJECTS = main.o hugehelp.o urlglob.o writeout.o getpass.o
+curl_SOURCES = main.c hugehelp.c urlglob.c writeout.c getpass.c
ifdef DYN
curl_DEPENDENCIES = ../lib/libcurldll.a ../lib/libcurl.dll
curl_LDADD = -L../lib -lcurldll