]> sjero.net Git - wget/blobdiff - windows/Makefile.src.mingw
[svn] Don't define HAVE_LIMITS_H, Wget no longer uses it.
[wget] / windows / Makefile.src.mingw
index 2d247ed2221972dced4a0ccc67e66cc42163ccca..d1a91e72f0d55d5033f8bc4c457adc0ab1fa97f7 100644 (file)
@@ -33,7 +33,7 @@ ifdef SSL
     OPENSSL_PATH = ../../openssl-0.9.7c
     CFLAGS += -I${OPENSSL_PATH}/outinc -DHAVE_SSL
     LIBS += -L${OPENSSL_PATH}/out -leay32 -lssl32
-    OBJS += gen_sslfunc${OBJ_EXT} http-ntlm${OBJ_EXT}
+    OBJS += openssl${OBJ_EXT} http-ntlm${OBJ_EXT}
 endif
 
 all: wget.exe
@@ -41,6 +41,10 @@ all: wget.exe
 wget.exe: $(OBJS)
        ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBS}
 
-o = ${OBJ_EXT}
+$(OBJS): config-post.h config.h connect.h convert.h cookies.h ftp.h gen-md5.h \
+         getopt.h gnu-md5.h hash.h host.h html-parse.h http-ntlm.h   \
+         init.h log.h mswindows.h netrc.h options.h progress.h       \
+         ptimer.h recur.h res.h retr.h safe-ctype.h ssl.h sysdep.h   \
+         url.h utils.h wget.h xmalloc.h
 
-include ../windows/wget.dep
+o = ${OBJ_EXT}