aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/scripts
diff options
context:
space:
mode:
authorLittleboy2012-09-05 20:27:46 -0400
committerLittleboy2012-09-05 20:38:13 -0400
commitb6534b2784a713237758bcb7c0a1ea9c7861cc82 (patch)
treee7fe12b0ea8b7226977adfc312d429f4ab1cf110 /devtools/create_project/scripts
parent751f5be785f2209915ce7bd7c1b28102746c4e9b (diff)
downloadscummvm-rg350-b6534b2784a713237758bcb7c0a1ea9c7861cc82.tar.gz
scummvm-rg350-b6534b2784a713237758bcb7c0a1ea9c7861cc82.tar.bz2
scummvm-rg350-b6534b2784a713237758bcb7c0a1ea9c7861cc82.zip
CREATE_PROJECT: Copy translations.dat in postbuild step
Diffstat (limited to 'devtools/create_project/scripts')
-rw-r--r--devtools/create_project/scripts/postbuild.cmd4
1 files changed, 3 insertions, 1 deletions
diff --git a/devtools/create_project/scripts/postbuild.cmd b/devtools/create_project/scripts/postbuild.cmd
index d78119d058..8b70ec3dd8 100644
--- a/devtools/create_project/scripts/postbuild.cmd
+++ b/devtools/create_project/scripts/postbuild.cmd
@@ -24,8 +24,10 @@ echo Copying data files
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 "%~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
+
if "%~5"=="0" goto done