mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 10:26:04 +08:00
8 lines
227 B
Batchfile
8 lines
227 B
Batchfile
@echo off
|
|
pushd
|
|
cd vs
|
|
set SDL1AdditionalOptions=/DSDL_JOYSTICK_XINPUT
|
|
msbuild dosbox-x.sln /p:Configuration=Release /p:Platform=Win32
|
|
msbuild dosbox-x.sln /p:Configuration=Release /p:Platform=x64
|
|
set SDL1AdditionalOptions=
|
|
popd |