summaryrefslogtreecommitdiff
path: root/TABLE
diff options
context:
space:
mode:
authorappro <appro>2009-12-30 11:46:53 +0000
committerappro <appro>2009-12-30 11:46:53 +0000
commit62d6d27313265d1182c5b637e3e5dbd78115030e (patch)
treeeb653080e60d63564f5cde6945ef4b8f8c72d3cc /TABLE
parenta2f8826f5b88574c49826b45b3a3840309456bf1 (diff)
downloadopenssl-62d6d27313265d1182c5b637e3e5dbd78115030e.tar.gz
Adapt mingw config for newer mingw environment. Note modified conditional
compilation in e_capi.c. PR: 2113
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE4
1 files changed, 2 insertions, 2 deletions
diff --git a/TABLE b/TABLE
index 913efdee0..c3613cfa3 100644
--- a/TABLE
+++ b/TABLE
@@ -3877,11 +3877,11 @@ $multilib = 64
*** mingw
$cc = gcc
-$cflags = -mno-cygwin -DL_ENDIAN -DOPENSSL_NO_CAPIENG -fomit-frame-pointer -O3 -march=i486 -Wall
+$cflags = -mno-cygwin -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -fomit-frame-pointer -O3 -march=i486 -Wall
$unistd =
$thread_cflag =
$sys_id = MINGW32
-$lflags = -lws2_32 -lgdi32
+$lflags = -lws2_32 -lgdi32 -lcrypt32
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT EXPORT_VAR_AS_FN
$cpuid_obj = x86cpuid.o
$bn_obj = bn-586.o co-586.o x86-mont.o