diff options
author | SupSuper | 2018-12-19 04:13:49 +0000 |
---|---|---|
committer | Filippos Karapetis | 2018-12-23 18:39:06 +0200 |
commit | ddb3b6fba74be5d075fb811e1bb30427aeb56626 (patch) | |
tree | c4cf1e03321955dba7434d38fbc7c873d10bab63 /devtools/create_project/scripts | |
parent | 35ea621a4ef883b0735c827d5d5c126b86451e3c (diff) | |
download | scummvm-rg350-ddb3b6fba74be5d075fb811e1bb30427aeb56626.tar.gz scummvm-rg350-ddb3b6fba74be5d075fb811e1bb30427aeb56626.tar.bz2 scummvm-rg350-ddb3b6fba74be5d075fb811e1bb30427aeb56626.zip |
MSVC: Fix resource file not including translations.dat
Diffstat (limited to 'devtools/create_project/scripts')
-rw-r--r-- | devtools/create_project/scripts/postbuild.cmd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devtools/create_project/scripts/postbuild.cmd b/devtools/create_project/scripts/postbuild.cmd index 31d2a94416..e30d662eb7 100644 --- a/devtools/create_project/scripts/postbuild.cmd +++ b/devtools/create_project/scripts/postbuild.cmd @@ -27,7 +27,6 @@ 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/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
|