Replace D3DX9 with SDL_ttf for overlay rendering
This commit is contained in:
parent
d58837421f
commit
1e7cb7f13e
5 changed files with 158 additions and 107 deletions
|
|
@ -140,10 +140,6 @@ if /I "%ARCH%" NEQ "ARM64" (
|
|||
echo Copying AntiHooking.dll
|
||||
copy %BUILD_FOLDER%\AntiHooking\%BUILD_CONFIG%\AntiHooking.dll %DEPLOY_FOLDER%
|
||||
if !ERRORLEVEL! NEQ 0 goto Error
|
||||
|
||||
echo Copying d3dx9_43.dll from DirectX SDK
|
||||
expand "%DXSDK_DIR%\Redist\Jun2010_d3dx9_43_%ARCH%.cab" -F:d3dx9_43.dll %DEPLOY_FOLDER%
|
||||
if !ERRORLEVEL! NEQ 0 goto Error
|
||||
)
|
||||
|
||||
echo Copying GC mapping list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue