summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--DOCS/xml/en/ports.xml6
-rw-r--r--Makefile3
2 files changed, 5 insertions, 4 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 6842cbee18..0c8d23aebe 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -603,10 +603,8 @@ and needs a bit of manual setup. Download
<ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/withmtrr/dhahelper.sys">dhahelper.sys (with MTRR support)</ulink>
and copy it to the <filename class="directory">vidix/dhahelperwin</filename>
directory in your <application>MPlayer</application> source tree.
-Open a console and change to that directory. Then type
-<screen>make dhasetup.exe</screen>
-and execute
-<screen>dhasetup.exe install</screen>
+Open a console and type
+<screen>make install-dhahelperwin</screen>
as Administrator. After that you will have to reboot.
</para>
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)