update autosetup
This commit is contained in:
parent
c56b4d6235
commit
fd577d3e67
@ -18,6 +18,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\WMMT6" /Y
|
||||
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT6" /Y
|
||||
xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT6R" /Y
|
||||
xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT6R" /Y
|
||||
xcopy ".\MAME32.dll" ".\Release.Win32\MAME 32bit Outputs" /Y
|
||||
xcopy ".\MAME64.dll" ".\Release.Win32\MAME 64bit Outputs" /Y
|
||||
xcopy ".\MAME32.dll" ".\Release.Win32\Supermodel 32bit Outputs" /Y
|
||||
@ -98,6 +102,12 @@ cd..
|
||||
cd WMMT5
|
||||
rename dinput8.dll d3d11.dll
|
||||
cd..
|
||||
cd WMMT6
|
||||
rename dinput8.dll d3d11.dll
|
||||
cd..
|
||||
cd WMMT6R
|
||||
rename dinput8.dll d3d11.dll
|
||||
cd..
|
||||
del dinput8.exp
|
||||
del dinput8.lib
|
||||
del SDL2.dll
|
||||
|
Loading…
Reference in New Issue
Block a user