merge the x86 and x64 building process
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
call build-x86.bat
|
||||
call build-x64.bat
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
call build-x86.bat
|
||||
call build-x64.bat
|
||||