diff options
| author | Matthew Hoops | 2012-09-07 18:59:50 -0400 |
|---|---|---|
| committer | Matthew Hoops | 2012-09-07 19:03:01 -0400 |
| commit | 8259d3cd9e68288dc622302fe84a924d6f94b00c (patch) | |
| tree | f8ee4018c0be86e1f73c20dd81243199eccadb80 /devtools/create_project/scripts | |
| parent | c50d40b7bf0914c5a1a5da221cee146ab4aa2f63 (diff) | |
| parent | f08978a0750e6a6a5dbea1f8fe5d80267049f8c8 (diff) | |
| download | scummvm-rg350-8259d3cd9e68288dc622302fe84a924d6f94b00c.tar.gz scummvm-rg350-8259d3cd9e68288dc622302fe84a924d6f94b00c.tar.bz2 scummvm-rg350-8259d3cd9e68288dc622302fe84a924d6f94b00c.zip | |
Merge remote branch 'upstream/master' into qtmidi
Diffstat (limited to 'devtools/create_project/scripts')
| -rw-r--r-- | devtools/create_project/scripts/postbuild.cmd | 4 |
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
|
