One Hat Cyber Team
Your IP :
172.69.130.199
Server IP :
188.114.97.3
Server :
Linux thuru 6.5.11-4-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-4 (2023-11-20T10:19Z) x86_64
Server Software :
Apache/2.4.51 (Unix) OpenSSL/1.0.2k-fips
PHP Version :
7.3.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
cmake
/
Modules
/
Platform
/
Edit File:
GNUtoMS_lib.cmake
# Usage: cmake -Dlib=lib.bat -Ddef=out.def -Ddll=out.dll -Dimp=out.dll.a -P GNUtoMS_lib.cmake get_filename_component(name ${dll} NAME) # .dll file name string(REGEX REPLACE "\\.dll\\.a$" ".lib" out "${imp}") # .dll.a -> .lib execute_process( COMMAND ${lib} /def:${def} /name:${name} /out:${out} RESULT_VARIABLE res ) if(res) message(FATAL_ERROR "lib failed: ${res}") endif()
Simpan