Add mingw shared support [backport from HEAD].
This commit is contained in:
@@ -520,7 +520,7 @@ my %table=(
|
|||||||
"BC-16","bcc:::(unknown):WIN16::BN_LLONG DES_PTR RC4_INDEX SIXTEEN_BIT:::",
|
"BC-16","bcc:::(unknown):WIN16::BN_LLONG DES_PTR RC4_INDEX SIXTEEN_BIT:::",
|
||||||
|
|
||||||
# MinGW
|
# MinGW
|
||||||
"mingw", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -mno-cygwin -Wall:::MINGW32:-mno-cygwin -lwsock32 -lgdi32:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}:win32::::.dll",
|
"mingw", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -mno-cygwin -Wall:::MINGW32:-lwsock32 -lgdi32:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}:win32:cygwin-shared:-D_DLL:-mno-cygwin:.dll",
|
||||||
|
|
||||||
# UWIN
|
# UWIN
|
||||||
"UWIN", "cc:-DTERMIOS -DL_ENDIAN -O -Wall:::UWIN::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
|
"UWIN", "cc:-DTERMIOS -DL_ENDIAN -O -Wall:::UWIN::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
|
||||||
|
|||||||
8
TABLE
8
TABLE
@@ -3556,7 +3556,7 @@ $cflags = -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -mno-cygwin -Wal
|
|||||||
$unistd =
|
$unistd =
|
||||||
$thread_cflag =
|
$thread_cflag =
|
||||||
$sys_id = MINGW32
|
$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
|
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
|
||||||
$bn_obj = asm/bn86-out.o asm/co86-out.o
|
$bn_obj = asm/bn86-out.o asm/co86-out.o
|
||||||
$des_obj = asm/dx86-out.o asm/yx86-out.o
|
$des_obj = asm/dx86-out.o asm/yx86-out.o
|
||||||
@@ -3568,9 +3568,9 @@ $rc4_obj = asm/rx86-out.o
|
|||||||
$rmd160_obj = asm/rm86-out.o
|
$rmd160_obj = asm/rm86-out.o
|
||||||
$rc5_obj = asm/r586-out.o
|
$rc5_obj = asm/r586-out.o
|
||||||
$dso_scheme = win32
|
$dso_scheme = win32
|
||||||
$shared_target=
|
$shared_target= cygwin-shared
|
||||||
$shared_cflag =
|
$shared_cflag = -D_DLL
|
||||||
$shared_ldflag =
|
$shared_ldflag = -mno-cygwin
|
||||||
$shared_extension = .dll
|
$shared_extension = .dll
|
||||||
$ranlib =
|
$ranlib =
|
||||||
$arflags =
|
$arflags =
|
||||||
|
|||||||
Reference in New Issue
Block a user