mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 06:36:54 +00:00
6 lines
229 B
Batchfile
6 lines
229 B
Batchfile
|
|
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 ..\..
|
|
)
|