1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
wget/windows
hniksic 2f6cd9d698 [svn] Changes according to Herold Heiko's instructions how to make alloca()
work under Windows: don't try to compile alloca.c, *and* don't forget
to include <malloc.h>.

Published in <sxsbssyibsu.fsf@florida.arsdigita.de>.
2001-01-23 06:27:40 -08:00
..
config.h.bor [svn] Initial revision 1999-12-01 23:42:23 -08:00
config.h.ms [svn] vsnprintf() fixup. 2000-11-16 08:37:49 -08:00
Makefile.doc [svn] Initial revision 1999-12-01 23:42:23 -08:00
Makefile.in [svn] Add a dummy Makefile.in. 2000-12-09 17:55:43 -08:00
Makefile.src [svn] Changes according to Herold Heiko's instructions how to make alloca() 2001-01-23 06:27:40 -08:00
Makefile.src.bor [svn] Initial revision 1999-12-01 23:42:23 -08:00
Makefile.top [svn] Initial revision 1999-12-01 23:42:23 -08:00
Makefile.top.bor [svn] Initial revision 1999-12-01 23:42:23 -08:00
Makefile.watcom [svn] Csaba's Watcom changes. 2001-01-03 07:14:02 -08:00
README [svn] Updated makeinfo URL. 2000-12-13 08:58:59 -08:00
wget.dep [svn] Committed Adrian Aichner's Windows Makefile updates. 2001-01-11 08:34:36 -08:00

                                                           -*- text -*-

To build Wget with VC++ 5.0 run configure.bat in the wget directory,
and then run nmake.  If you want to build the help file you will need
a copy of makinfo to convert wget.texi to rtf. I've made a copy
available at <URL:ftp://sunsite.dk/projects/wget/makeinfo.zip>.  This
copy of makeinfo is from the miktxt 1.10 archive available from ctan.

Windows contributors:

* Darko Budor <dbudor@zesoi.fer.hr> -- the initial work on the Windows
  port;

* Tim Charron <tcharron@interlog.com> -- additional cleanup and
  contribution of the Watcom makefile;

* John Burden <john@futuresguide.com> -- cleanup of the VC++ makefile
  to get a clean build with VC++ 5.0 on Windows 95;

* Douglas E. Wegscheid -- maintains configure.bat and various Windows
  makefiles.