mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
8 lines
231 B
Batchfile
8 lines
231 B
Batchfile
@echo off
|
|
pushd
|
|
cd vs2015
|
|
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 |