From d418cd0fd7ebc3847fcf7097281bb1580324295c Mon Sep 17 00:00:00 2001 From: Littleboy Date: Tue, 26 Apr 2011 22:31:37 -0400 Subject: TOOLS: Add virtual keyboard feature selection to create_project --- devtools/create_project/scripts/postbuild.cmd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devtools/create_project/scripts') diff --git a/devtools/create_project/scripts/postbuild.cmd b/devtools/create_project/scripts/postbuild.cmd index 6c062f7ab1..e5f29058b9 100644 --- a/devtools/create_project/scripts/postbuild.cmd +++ b/devtools/create_project/scripts/postbuild.cmd @@ -29,6 +29,8 @@ xcopy /F /Y "%~1/dists/engine-data/README" %~2 > NUL 2>&1 xcopy /F /Y "%~1/gui/themes/*.zip" %~2 > NUL 2>&1 xcopy /F /Y "%~1/gui/themes/translations.dat" %~2 > NUL 2>&1 xcopy /F /Y "%~4/lib/%~3/SDL.dll" %~2 > NUL 2>&1 + +xcopy /F /Y "%~1/backends/vkeybd/packs/vkeybd_default.zip" %~2 > NUL 2>&1 goto done :error_root -- cgit v1.2.3