Skip to content

Instantly share code, notes, and snippets.

View PVRDevTech's full-sized avatar

Devlin Techman PVRDevTech

View GitHub Profile
@echo off
set PVRTOOLSPATH=..\..\..\..\..\..\..\PowerVR_Tools
set PVRTRACELIBSPATH=PVRTrace\Recorder\Windows_x86_32
set PVRVFRAMELIBPATH=PVRVFrame\Library\Windows_x86_32
xcopy /Y %PVRTOOLSPATH%\%PVRTRACELIBSPATH%\libEGL.dll .
xcopy /Y %PVRTOOLSPATH%\%PVRTRACELIBSPATH%\libGLES_CM.dll .
xcopy /Y %PVRTOOLSPATH%\%PVRTRACELIBSPATH%\libGLESv1_CM.dll .
xcopy /Y %PVRTOOLSPATH%\%PVRTRACELIBSPATH%\libGLESv2.dll .