1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-12-18 10:26:02 +01:00

Updated Compiling (markdown)

Amr Satrio 2024-07-09 23:58:18 +07:00
parent 9023f942e0
commit a139d708f2

@ -45,7 +45,7 @@ Steps:
cd funchook cd funchook
md build md build
cd build cd build
cmake -G "Visual Studio 16 2019" -A x64 .. cmake -G "Visual Studio 17 2022" -A x64 -DFUNCHOOK_CPU=x86 ..
(gc .\funchook-static.vcxproj) -replace '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>', '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>' | Out-File .\funchook-static.vcxproj (gc .\funchook-static.vcxproj) -replace '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>', '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>' | Out-File .\funchook-static.vcxproj
cmake --build . --config Release cmake --build . --config Release
``` ```