CREATE_PROJECT: Add freetype dll to copied files in postbuild script

This commit is contained in:
Littleboy 2012-07-11 01:19:55 -04:00
parent d86c0a44f8
commit 4e832ff947

View file

@ -24,6 +24,7 @@ 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 "%~1/backends/vkeybd/packs/vkeybd_default.zip" "%~2" 1>NUL 2>&1
if "%~5"=="0" goto done