build crypto_lock_win.c in-place
This commit is contained in:
parent
20503fd6ac
commit
0f0bec5a76
@ -669,7 +669,7 @@ if(UNIX)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
set(CRYPTO_SRC ${CRYPTO_SRC} crypto_lock_win.c)
|
||||
set(CRYPTO_SRC ${CRYPTO_SRC} compat/crypto_lock_win.c)
|
||||
set(CRYPTO_SRC ${CRYPTO_SRC} bio/b_win.c)
|
||||
set(CRYPTO_UNEXPORT ${CRYPTO_UNEXPORT} BIO_s_log)
|
||||
set(CRYPTO_SRC ${CRYPTO_SRC} ui/ui_openssl_win.c)
|
||||
|
@ -216,7 +216,7 @@ libcrypto_la_SOURCES += crypto_init.c
|
||||
if !HOST_WIN
|
||||
libcrypto_la_SOURCES += crypto_lock.c
|
||||
else
|
||||
libcrypto_la_SOURCES += crypto_lock_win.c
|
||||
libcrypto_la_SOURCES += compat/crypto_lock_win.c
|
||||
endif
|
||||
libcrypto_la_SOURCES += cversion.c
|
||||
libcrypto_la_SOURCES += ex_data.c
|
||||
|
@ -154,7 +154,6 @@ for i in `awk '/SOURCES|HEADERS/ { print $3 }' crypto/Makefile.am` ; do
|
||||
fi
|
||||
done
|
||||
$CP crypto/compat/b_win.c crypto/bio
|
||||
$CP crypto/compat/crypto_lock_win.c crypto
|
||||
$CP crypto/compat/ui_openssl_win.c crypto/ui
|
||||
# add the libcrypto symbol export list
|
||||
$GREP -v OPENSSL_ia32cap_P $libcrypto_src/Symbols.list | $GREP '^[A-Za-z0-9_]' > crypto/crypto.sym
|
||||
|
Loading…
x
Reference in New Issue
Block a user