From b4f790fc69e9bb73172fca903a98523bc8bc4fe8 Mon Sep 17 00:00:00 2001 From: Antoine Leca Date: Tue, 23 Nov 2004 17:53:14 +0000 Subject: [PATCH] * builds/win32/detect.mk: Corrected logic that detects Windows NT to use the previous change even when win32 is forced. Corrected detection of win32 on Win9X. * builds/dos/detect.mk: Added same correction as for win32 about COPY on Windows NT. Detection of plain DOS 7.x. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index d59680d30..9028aecab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-11-20 Antoine Leca + + * builds/win32/detect.mk: Corrected logic that detects + Windows NT to use the previous change even when win32 is + forced. Corrected detection of win32 on Win9X. + * builds/dos/detect.mk: Added same correction as for win32 + about COPY on Windows NT. Detection of plain DOS 7.x. + 2004-11-22 Werner Lemberg * builds/detect.mk: Undo change from 2004-11-20.