update AutoSetup
This commit is contained in:
parent
7b44a490ee
commit
1d51c29f78
@ -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..
|
||||
|
Loading…
Reference in New Issue
Block a user