update thirdparty, add build script

This commit is contained in:
nillerusr
2020-11-04 04:02:29 +03:00
parent 85a22a3a92
commit 96dfacf659
2707 changed files with 519720 additions and 418397 deletions
+5
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 ..\..
)