~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to windows/Makefile.src.bor

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-10-13 16:59:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013165903-3e12j4gn6znkhmdb
Tags: 1.10.2-1
new upstream release which fixes a NTLM Buffer Overflow Vulnerability

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
$(LIBDIR)\import32.lib+
59
59
$(LIBDIR)\cw32.lib
60
60
 
61
 
 
62
 
 
63
61
|
64
62
 
 
63
$(OBJS): config-post.h connect.h convert.h cookies.h ftp.h gen-md5.h \
 
64
         getopt.h gnu-md5.h hash.h host.h html-parse.h http-ntlm.h   \
 
65
         init.h log.h mswindows.h netrc.h options.h progress.h       \
 
66
         ptimer.h recur.h res.h retr.h safe-ctype.h ssl.h sysdep.h   \
 
67
         url.h utils.h wget.h xmalloc.h
 
68
 
65
69
 
66
70
#
67
71
# Dependencies for cleanup
79
83
        $(RM) wget.tds
80
84
 
81
85
o = .obj
82
 
 
83
 
!include "..\windows\wget.dep"