1
0
mirror of synced 2024-11-12 01:20:49 +01:00

update AutoSetup

This commit is contained in:
Aaron M 2021-12-06 16:30:47 +13:00
parent 7b44a490ee
commit 1d51c29f78

View File

@ -16,6 +16,10 @@ xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Supermodel 64bit Outputs" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Supermodel 64bit Outputs" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT5" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT5" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT5DX" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT5DX" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT5DX+" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT5DX+" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT6" /Y
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT6" /Y
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT6R" /Y
@ -109,6 +113,12 @@ cd..
cd WMMT5
rename dinput8.dll d3d11.dll
cd..
cd WMMT5DX
rename dinput8.dll d3d11.dll
cd..
cd WMMT5DX+
rename dinput8.dll d3d11.dll
cd..
cd WMMT6
rename dinput8.dll d3d11.dll
cd..