This commit is contained in:
ton
2023-10-05 03:11:24 +07:00
parent d76e4b2916
commit aa1631742f
5451 changed files with 919206 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
prefix=C:/Users/naraw/Desktop/New folder/ImageUtils/.CondaPkg/env/Library
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libcrypto
Description: OpenSSL cryptography library
Libs: -L"${libdir}" -llibcrypto
Libs.private: -lcrypt32 -lws2_32
Cflags: -I"${includedir}"
Version: 3.1.3

View File

@@ -0,0 +1,11 @@
prefix=../..
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
toolexeclibdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libffi
Description: Library supporting Foreign Function Interfaces
Version: 3.4.2
Libs: -L${exec_prefix}/lib -lffi
Cflags: -I${prefix}/include

View File

@@ -0,0 +1,11 @@
prefix=C:/Users/naraw/Desktop/New folder/ImageUtils/.CondaPkg/env/Library
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Libs: -L"${libdir}" -llibssl
Requires: libcrypto
Cflags: -I"${includedir}"
Version: 3.1.3

View File

@@ -0,0 +1,9 @@
prefix=C:/Users/naraw/Desktop/New folder/ImageUtils/.CondaPkg/env/Library
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
Requires: libssl libcrypto
Version: 3.1.3