diff options
author | D G Turner | 2014-06-25 20:14:17 +0100 |
---|---|---|
committer | D G Turner | 2014-06-25 20:14:17 +0100 |
commit | 536203b352f66d326e1c6e93942cf0a1adba8e99 (patch) | |
tree | 59d87d09ec5ef42572adcc582b0a662af27d268d /devtools | |
parent | c8fc6cad58e64865e647ed7c057110d1786ea92d (diff) | |
download | scummvm-rg350-536203b352f66d326e1c6e93942cf0a1adba8e99.tar.gz scummvm-rg350-536203b352f66d326e1c6e93942cf0a1adba8e99.tar.bz2 scummvm-rg350-536203b352f66d326e1c6e93942cf0a1adba8e99.zip |
DEVTOOLS: Add "small" vkeybd pack to create_project postbuild script.
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/create_project/scripts/postbuild.cmd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devtools/create_project/scripts/postbuild.cmd b/devtools/create_project/scripts/postbuild.cmd index 8b70ec3dd8..fcbd8c534a 100644 --- a/devtools/create_project/scripts/postbuild.cmd +++ b/devtools/create_project/scripts/postbuild.cmd @@ -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
|