CREATE_PROJECT: Add freetype dll to copied files in postbuild script
This commit is contained in:
parent
d86c0a44f8
commit
4e832ff947
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue