4 lines
48 B
Batchfile
4 lines
48 B
Batchfile
|
@echo off
|
||
|
call build-x86.bat
|
||
|
call build-x64.bat
|