summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-03-12 11:28:41 +0000
committerAndy Polyakov <appro@openssl.org>2005-03-12 11:28:41 +0000
commit1642000707b91d26ae7bc238838786c4bb56cfc1 (patch)
tree292b974b62423c8b10bfb5737dc122ea7f074bcd /TABLE
parentf7f21255227888f880ec754fe6e924f809f68291 (diff)
Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE12
1 files changed, 6 insertions, 6 deletions
diff --git a/TABLE b/TABLE
index 95878633e4..76ca810e46 100644
--- a/TABLE
+++ b/TABLE
@@ -316,7 +316,7 @@ $cast_obj = cx86-cof.o
$rc4_obj = rx86-cof.o
$rmd160_obj = /rm86-cof.o
$rc5_obj = r586-cof.o
-$dso_scheme = win32
+$dso_scheme = dlfcn
$shared_target= cygwin-shared
$shared_cflag = -D_DLL
$shared_ldflag = -shared
@@ -1234,10 +1234,10 @@ $cast_obj =
$rc4_obj =
$rmd160_obj =
$rc5_obj =
-$dso_scheme = win32
+$dso_scheme = dlfcn
$shared_target= cygwin-shared
-$shared_cflag =
-$shared_ldflag =
+$shared_cflag = -D_DLL
+$shared_ldflag = -shared
$shared_extension = .dll
$ranlib =
$arflags =
@@ -3084,7 +3084,7 @@ $cflags = -mno-cygwin -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wal
$unistd =
$thread_cflag =
$sys_id = MINGW32
-$lflags = -mno-cygwin -lwsock32 -lgdi32
+$lflags = -lwsock32 -lgdi32
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-cof.o
$bn_obj = bn86-cof.o co86-cof.o
@@ -3100,7 +3100,7 @@ $rc5_obj = r586-cof.o
$dso_scheme = win32
$shared_target= cygwin-shared
$shared_cflag = -D_DLL
-$shared_ldflag = -shared
+$shared_ldflag = -mno-cygwin -shared
$shared_extension = .dll
$ranlib =
$arflags =