Switch SDL_GameControllerDB to submodule

This commit is contained in:
Cameron Gutman
2018-09-29 16:43:14 -07:00
parent 200b1c5095
commit 76387aacad
5 changed files with 7 additions and 441 deletions

View File

@@ -93,7 +93,7 @@ copy %SOURCE_ROOT%\libs\windows\lib\%ARCH%\*.dll %DEPLOY_FOLDER%
if !ERRORLEVEL! NEQ 0 goto Error
echo Copying GC mapping list
copy %SOURCE_ROOT%\app\gamecontrollerdb.txt %DEPLOY_FOLDER%
copy %SOURCE_ROOT%\app\SDL_GameControllerDB\gamecontrollerdb.txt %DEPLOY_FOLDER%
if !ERRORLEVEL! NEQ 0 goto Error
echo Deploying Qt dependencies