This repository was archived by the owner on Sep 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathreshade.bat
More file actions
16 lines (15 loc) · 1.26 KB
/
reshade.bat
File metadata and controls
16 lines (15 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@echo off
"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe" external\reshade\ReShade.sln /build "Debug|32-bit"
"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe" external\reshade\ReShade.sln /build "Release|32-bit"
"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe" external\reshade\ReShade.sln /build "Debug|64-bit"
"D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe" external\reshade\ReShade.sln /build "Release|64-bit"
xcopy /hrkys external\reshade\bin\Win32\Debug\ReShade32.dll bin\32\Debug\d3d9.*
REM debug - dx11 - error
REM xcopy /hrkys external\reshade\bin\Win32\Debug\ReShade32.dll bin\32\Debug\dxgi.*
xcopy /hrkys external\reshade\bin\Win32\Release\ReShade32.dll bin\32\Release\d3d9.*
xcopy /hrkys external\reshade\bin\Win32\Release\ReShade32.dll bin\32\Release\dxgi.*
xcopy /hrkys external\reshade\bin\x64\Debug\ReShade64.dll bin\64\Debug\d3d9.*
REM debug - dx11 - error
REM xcopy /hrkys external\reshade\bin\x64\Debug\ReShade64.dll bin\64\Debug\dxgi.*
xcopy /hrkys external\reshade\bin\x64\Release\ReShade64.dll bin\64\Release\d3d9.*
xcopy /hrkys external\reshade\bin\x64\Release\ReShade64.dll bin\64\Release\dxgi.*