13 lines
286 B
Batchfile
13 lines
286 B
Batchfile
@echo off
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat"
|
|
|
|
REM 16:9
|
|
call build 1280 720 0.388f
|
|
call build 1920 1080 0.388f
|
|
REM 16:10
|
|
call build 1680 1050 0.3f
|
|
REM 4:3
|
|
call build 1024 768 0.166f
|
|
call build 800 600 0.166f
|
|
REM 5:4
|
|
call build 1280 1024 0.125f |