port from perforce

This commit is contained in:
2026-04-18 22:31:51 +02:00
commit 8d0ab5b7cc
8409 changed files with 3972376 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
@echo off
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat"
mkdir bin\party
mkdir obj\party
REM 16:9
call build 1280 720
call build 1366 768
call build 1600 900
call build 1920 1080
REM 16:10
call build 1440 900
call build 1680 1050
call build 1920 1200
REM 4:3
call build 640 480
call build 800 600
call build 1024 768
call build 1400 1050
call build 1600 1200
REM 5:4
call build 1280 1024