From 536203b352f66d326e1c6e93942cf0a1adba8e99 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 25 Jun 2014 20:14:17 +0100 Subject: DEVTOOLS: Add "small" vkeybd pack to create_project postbuild script. --- devtools/create_project/scripts/postbuild.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devtools') 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 -- cgit v1.2.3