diff options
| author | Marisa-Chan | 2014-11-12 16:38:28 +0600 |
|---|---|---|
| committer | Marisa-Chan | 2014-11-12 16:38:28 +0600 |
| commit | e6f66877627ff4ef03ad8d1ea8a64c4278593d22 (patch) | |
| tree | b3f3815c2b43e711108ea74750487738053fa7b7 /devtools/create_project/scripts/postbuild.cmd | |
| parent | f43326a533faec014fb1987f9ba3729127c46487 (diff) | |
| parent | 54a4b2fa863b5fd9469e360ecd7c4b0717b373fe (diff) | |
| download | scummvm-rg350-e6f66877627ff4ef03ad8d1ea8a64c4278593d22.tar.gz scummvm-rg350-e6f66877627ff4ef03ad8d1ea8a64c4278593d22.tar.bz2 scummvm-rg350-e6f66877627ff4ef03ad8d1ea8a64c4278593d22.zip | |
ZVISION: Merge upstream
Diffstat (limited to 'devtools/create_project/scripts/postbuild.cmd')
| -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
|
