This commit is contained in:
nephacks
2025-06-04 03:22:50 +02:00
parent f234f23848
commit f12416cffd
14243 changed files with 6446499 additions and 26 deletions

5
external/crypto++-5.61/cpbins.cmd vendored Normal file
View File

@@ -0,0 +1,5 @@
for %%i in (debug release) do (
..\..\filecopy_p4.bat Win32\output\%%i\cryptlib.lib ..\..\lib\win32\%%i\cryptlib.lib ..\..
..\..\filecopy_p4.bat x64\output\%%i\cryptlib.lib ..\..\lib\win64\%%i\cryptlib.lib ..\..
)