From c69d1039561bd1be7d1efea47e2f525cfae86ed9 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 13 Jun 2002 21:44:23 +0000 Subject: Tentatively add support for UWIN, a Unix-like environment on top of Windows. PR: 62 --- Configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Configure') diff --git a/Configure b/Configure index 35520b53c7..83c13493ae 100755 --- a/Configure +++ b/Configure @@ -509,6 +509,9 @@ my %table=( # and its library files in util/pl/*) "Mingw32", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:::::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32", +# UWIN +"UWIN", "cc:-DTERMIOS -DL_ENDIAN -O -Wall:::UWIN::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32", + # Cygwin "Cygwin-pre1.3", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::(unknown):CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32", "Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:::CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}:win32:cygwin-shared:::.dll", -- cgit v1.2.3