XInput: added a command line script for building release builds

This commit is contained in:
Aybe
2018-06-13 20:35:58 +02:00
parent 03d33c0383
commit 7fbc420695

View File

@@ -0,0 +1,8 @@
@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