1
0
mirror of synced 2024-12-18 01:05:58 +01:00

Update AutoSetup cmd to use relative path

This commit is contained in:
Aaron M 2020-08-02 17:45:31 +12:00
parent 0044ca6ac7
commit 7f000da2c4

View File

@ -1,22 +1,22 @@
@echo off @echo off
mkdir "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\Supermodel 32bit Outputs\ONLY COPY FILE INSIDE THIS FOLDER IF OLDER SUPERMODEL VERSION BEFORE r791" mkdir ".\Release.Win32\Supermodel 32bit Outputs\ONLY COPY FILE INSIDE THIS FOLDER IF OLDER SUPERMODEL VERSION BEFORE r791"
mkdir "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\Supermodel 64bit Outputs\ONLY COPY FILE INSIDE THIS FOLDER IF OLDER SUPERMODEL VERSION BEFORE r791" mkdir ".\Release.Win32\Supermodel 64bit Outputs\ONLY COPY FILE INSIDE THIS FOLDER IF OLDER SUPERMODEL VERSION BEFORE r791"
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.x64\dinput8.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\Button Rumble 64bit" /Y xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Button Rumble 64bit" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.x64\SDL2.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\Button Rumble 64bit" /Y xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Button Rumble 64bit" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.x64\dinput8.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\InitialD Zero" /Y xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\InitialD Zero" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.x64\SDL2.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\InitialD Zero" /Y xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\InitialD Zero" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.x64\dinput8.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\MAME 64bit Outputs" /Y xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\MAME 64bit Outputs" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.x64\SDL2.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\MAME 64bit Outputs" /Y xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\MAME 64bit Outputs" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.x64\dinput8.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\PokkenTournament" /Y xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\PokkenTournament" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.x64\SDL2.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\PokkenTournament" /Y xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\PokkenTournament" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.x64\dinput8.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\Supermodel 64bit Outputs" /Y xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\Supermodel 64bit Outputs" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.x64\SDL2.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\Supermodel 64bit Outputs" /Y xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\Supermodel 64bit Outputs" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.x64\dinput8.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\WMMT5" /Y xcopy ".\Release.x64\dinput8.dll" ".\Release.Win32\WMMT5" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.x64\SDL2.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\WMMT5" /Y xcopy ".\Release.x64\SDL2.dll" ".\Release.Win32\WMMT5" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\MAME32.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\MAME 32bit Outputs" /Y xcopy ".\MAME32.dll" ".\Release.Win32\MAME 32bit Outputs" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\MAME64.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\MAME 64bit Outputs" /Y xcopy ".\MAME64.dll" ".\Release.Win32\MAME 64bit Outputs" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\MAME32.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\Supermodel 32bit Outputs" /Y xcopy ".\MAME32.dll" ".\Release.Win32\Supermodel 32bit Outputs" /Y
xcopy "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\MAME64.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\Supermodel 64bit Outputs" /Y xcopy ".\MAME64.dll" ".\Release.Win32\Supermodel 64bit Outputs" /Y
cd Release.Win32 cd Release.Win32
cd Afterburner Climax cd Afterburner Climax
rename dinput8.dll opengl32.dll rename dinput8.dll opengl32.dll
@ -96,8 +96,8 @@ cd..
del dinput8.exp del dinput8.exp
del dinput8.lib del dinput8.lib
del SDL2.dll del SDL2.dll
move "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\Supermodel 32bit Outputs\SDL2.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\Supermodel 32bit Outputs\ONLY COPY FILE INSIDE THIS FOLDER IF OLDER SUPERMODEL VERSION BEFORE r791" move ".\Supermodel 32bit Outputs\SDL2.dll" ".\Supermodel 32bit Outputs\ONLY COPY FILE INSIDE THIS FOLDER IF OLDER SUPERMODEL VERSION BEFORE r791"
move "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\Supermodel 64bit Outputs\SDL2.dll" "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\Supermodel 64bit Outputs\ONLY COPY FILE INSIDE THIS FOLDER IF OLDER SUPERMODEL VERSION BEFORE r791" move ".\Supermodel 64bit Outputs\SDL2.dll" ".\Supermodel 64bit Outputs\ONLY COPY FILE INSIDE THIS FOLDER IF OLDER SUPERMODEL VERSION BEFORE r791"
rd /s /q "C:\Users\booms\Documents\GitHub\FFBArcadePlugin\Release.Win32\DInput8Wrapper\" rd /s /q ".\DInput8Wrapper\"
EXIT EXIT