merge the x86 and x64 building process

This commit is contained in:
berkeviktor@aol.com
2010-08-19 00:37:33 +02:00
parent 8e8f77d870
commit b38ad962c6
4 changed files with 12 additions and 4 deletions

3
build/build.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
call build-x86.bat
call build-x64.bat