Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2013-04-22 19:57:15 +0400
committerAlex Marsev <alex.marsev@gmail.com>2013-12-02 21:03:30 +0400
commit6b5436f5c3afba1b8a004a71126565a88d023a9c (patch)
treefd57fa63dc5574e3fe4524e8a75c4fa2f788ae20 /build.bat
parent478ed040efe19343cf6cd84da0ca3cf5dc9e23f0 (diff)
Shaders: update the packagers
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.bat b/build.bat
index 4270f4b98..8affbb131 100644
--- a/build.bat
+++ b/build.bat
@@ -434,6 +434,8 @@ IF /I "%NAME%" == "MPC-HC" (
)
COPY /Y /V "%VS_OUT_DIR%\D3DCompiler_43.dll" "%PCKG_NAME%\D3DCompiler_43.dll" >NUL
COPY /Y /V "%VS_OUT_DIR%\d3dx9_43.dll" "%PCKG_NAME%\d3dx9_43.dll" >NUL
+ IF NOT EXIST "%PCKG_NAME%\Shaders" MD "%PCKG_NAME%\Shaders"
+ COPY /Y /V "..\src\mpc-hc\res\shaders\external\*.hlsl" "%PCKG_NAME%\Shaders" >NUL
) ELSE (
COPY /Y /V "%VS_OUT_DIR%\*.ax" "%PCKG_NAME%\*.ax" >NUL
COPY /Y /V "%VS_OUT_DIR%\VSFilter.dll" "%PCKG_NAME%\VSFilter.dll" >NUL