Skip to content

Commit 7fbc420

Browse files
committed
XInput: added a command line script for building release builds
1 parent 03d33c0 commit 7fbc420

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build_sdl1_xinput_flavor.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@echo off
2+
pushd
3+
cd vs2015
4+
set SDL1AdditionalOptions=/DSDL_JOYSTICK_XINPUT
5+
msbuild dosbox-x.sln /p:Configuration=Release /p:Platform=Win32
6+
msbuild dosbox-x.sln /p:Configuration=Release /p:Platform=x64
7+
set SDL1AdditionalOptions=
8+
popd

0 commit comments

Comments
 (0)