PROJECT: batch file to setup dependencies
This commit is contained in:
parent
048b1e0a6c
commit
7530c01bf9
|
@ -0,0 +1,6 @@
|
|||
@echo off
|
||||
git submodule update --init --recursive
|
||||
mkdir bin\x32
|
||||
xcopy deps\x32 bin\x32 /S /Y
|
||||
mkdir bin\x64
|
||||
xcopy deps\x64 bin\x64 /S /Y
|
Loading…
Reference in New Issue