]> sjero.net Git - wget/blob - msdos/ChangeLog
Fix build when libpsl is not available
[wget] / msdos / ChangeLog
1 2009-09-06  Gisle Vanem  <gvanem@broadpark.no>
2
3         * Makefile.WC: Added compilation of new file msdos.c.
4         Simplified; no need to have explicit rules for files in ./lib and
5         ./md5. Just use the suffix search path mechanism in wmake.
6
7 2009-09-06  Gisle Vanem  <gvanem@broadpark.no>
8
9         * Makefile.DJ: Added compilation of new file msdos.c.
10
11 2009-09-05  Gisle Vanem  <gvanem@broadpark.no>
12
13         * config.h: Added 'HAVE_ALLOCA_H' for Watcom 1.5+.  Added
14         'USE_WATT32' since all DOS-targets use the Watt-32 tcp/ip stack.
15         Added meaningless dummy LOCALEDIR.
16
17         * Makefile.WC: A much needed update. Added rules for many files
18         in ./lib, css.c and version.c.
19
20         * Makefile.DJ: A much needed update. Added rules for css.c and
21         version.c.
22
23 2008-01-25  Micah Cowan  <micah@cowan.name>
24
25         * config.h: Updated copyright year.
26
27 2007-11-28  Micah Cowan <micah@cowan.name>
28
29         * config.h: Updated license exception for OpenSSL, per the SFLC.
30
31 2007-10-15  Gisle Vanem  <gvanem@broadpark.no>
32
33         * config.h: Added some HAVE_* for djgpp 2.04 and Watcom 1.7+.
34
35         * Makefile.DJ: rewritten for including some files from ../lib.
36
37         * Makefile.WC: Ditto. Handling source-files out-of current
38         directory makes compliation a bit more painfull. AFAICS, one
39         must use explicit rules.
40
41 2007-10-02  Gisle Vanem  <gvanem@broadpark.no>
42
43         * config.h: Removed unused defines, added needed 'HAVE_*' defines.
44
45         * Makefile.DJ: rewritten to be used from './src' directory.
46         Added '-DOPENSSL_NO_KRB5' for OpenSSL build. Target is
47         now wget.exe.
48
49         * Makefile.WC: Added for building with OpenWatcom targeting
50         32-bit DOS (DOS32A extender). 
51
52 2007-09-24  Gisle Vanem  <giva@bgnett.no>
53
54         * Makefile.DJ, config.h: Added to support building on MS-DOS via
55         DJGPP.