Bug 438331 - Remove WIN16 (support) code everywhere; (Bv1-CommC) <configure.in>; r=kairo

This commit is contained in:
Serge Gautherie 2008-10-08 16:58:26 +02:00
Родитель 95ed4c406d
Коммит 7a2a026073
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -1031,9 +1031,6 @@ HOST_OS_ARCH=`echo $host_os | sed -e 's|/|_|g'`
# at lesser performance (the Win95 target uses threads; the WinNT target
# uses fibers).
#
# When OS_TARGET=WIN16 is specified, then a Windows 3.11 (16bit) target
# is built. See: win16_3.11.mk for lots more about the Win16 target.
#
# If OS_TARGET is not specified, it defaults to $(OS_ARCH), i.e., no
# cross-compilation.
#
@ -1292,9 +1289,6 @@ fi
if test "$OS_TARGET" = "WIN95"; then
OS_RELEASE="4.0"
fi
if test "$OS_TARGET" = "WIN16"; then
OS_RELEASE=
fi
OS_CONFIG="${OS_TARGET}${OS_RELEASE}"
dnl ========================================================