mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
DEVTOOLS: Add "small" vkeybd pack to create_project postbuild script.
This commit is contained in:
parent
c8fc6cad58
commit
536203b352
@ -26,7 +26,8 @@ echo.
|
||||
xcopy /F /Y "%~4/lib/%~3/SDL.dll" "%~2" 1>NUL 2>&1
|
||||
xcopy /F /Y "%~4/lib/%~3/freetype6.dll" "%~2" 1>NUL 2>&1
|
||||
xcopy /F /Y "%~1/backends/vkeybd/packs/vkeybd_default.zip" "%~2" 1>NUL 2>&1
|
||||
xcopy /F /Y "%~1/gui/themes/translations.dat" "%~2" 1>NUL 2>&1
|
||||
xcopy /F /Y "%~1/backends/vkeybd/packs/vkeybd_small.zip" "%~2" 1>NUL 2>&1
|
||||
xcopy /F /Y "%~1/gui/themes/translations.dat" "%~2" 1>NUL 2>&1
|
||||
|
||||
|
||||
if "%~5"=="0" goto done
|
||||
|
Loading…
Reference in New Issue
Block a user