mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
XInput: added a command line script for building release builds
This commit is contained in:
8
build_sdl1_xinput_flavor.bat
Normal file
8
build_sdl1_xinput_flavor.bat
Normal 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
|
Reference in New Issue
Block a user