summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-30 20:10:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-30 20:10:36 +0000
commit74aa81596cecae105d6442452d2cf5b164b878d2 (patch)
treeddab3c84172fc7e8cb079f3b97eb7ea3e8eda426 /Makefile
parent13d53795d9ff5b9bb200717239a638212c97d08f (diff)
downloadmpv-74aa81596cecae105d6442452d2cf5b164b878d2.tar.bz2
mpv-74aa81596cecae105d6442452d2cf5b164b878d2.tar.xz
Add install-dhahelperwin target to simplify dhahelper installation on Windows.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26936 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ace763d472..827a3553e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1029,6 +1029,9 @@ vidix/dhahelperwin/dhahelper.sys: vidix/dhahelperwin/temp.exp vidix/dhahelperwin
vidix/dhahelperwin/dhahelper-rc.o -lntoskrnl
strip $@
+install-dhahelperwin:
+ vidix/dhahelperwin/dhasetup.exe install
+
dhahelperwinclean:
rm -f $(addprefix vidix/dhahelperwin/,*.o *~ dhahelper.sys dhasetup.exe base.tmp temp.exp)