summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-10-23 07:38:30 +0000
committerAndy Polyakov <appro@openssl.org>2006-10-23 07:38:30 +0000
commit3189772e07dafe359f84ada71001515127bc396d (patch)
treed82ffb8f9d79e4f8c1a6aedf53de230d13b0a8a0 /TABLE
parent08a638237d61382efe507dc27c34289d9605a964 (diff)
Switch Win32/64 targets to Winsock2. Updates to ISNTALL.W32 cover even
recent mingw modifications.
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE4
1 files changed, 2 insertions, 2 deletions
diff --git a/TABLE b/TABLE
index 4e97ed4233..e840a0f2b6 100644
--- a/TABLE
+++ b/TABLE
@@ -3194,11 +3194,11 @@ $arflags =
*** mingw
$cc = gcc
-$cflags = -mno-cygwin -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall -D_WIN32_WINNT=0x333
+$cflags = -mno-cygwin -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall
$unistd =
$thread_cflag =
$sys_id = MINGW32
-$lflags = -lwsock32 -lgdi32
+$lflags = -lws2_32 -lgdi32
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT EXPORT_VAR_AS_FN
$cpuid_obj = x86cpuid-cof.o
$bn_obj = bn86-cof.o co86-cof.o mo86-cof.o