blob: e367932102ccc900bc5c0c0339d3255278cdc1cd (
plain)
1
2
3
4
5
6
7
8
9
10
|
@IF DEFINED VS150COMNTOOLS (
set vs_dir="%VS150COMNTOOLS%\..\..\VC"
set vs_64=x86_amd64
) ELSE (
set vs_dir="%VS140COMNTOOLS%\..\..\VC"
set vs_64=amd64
)
cmd /c .\build_x86.bat
cmd /c .\build_amd64.bat
|