PROJECT: batch file to setup dependencies

This commit is contained in:
mrexodia 2017-07-29 18:30:08 +02:00
parent 048b1e0a6c
commit 7530c01bf9
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8

6
setupdeps.bat Normal file
View File

@ -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