changeset 26904:b4a743e6d17d

Add install-dhahelperwin target to simplify dhahelper installation on Windows.
author diego
date Fri, 30 May 2008 20:10:36 +0000
parents 5ed6787022c4
children 2d8a08e5330f
files DOCS/xml/en/ports.xml Makefile
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/ports.xml	Fri May 30 20:09:31 2008 +0000
+++ b/DOCS/xml/en/ports.xml	Fri May 30 20:10:36 2008 +0000
@@ -603,10 +603,8 @@
 <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>
 
--- a/Makefile	Fri May 30 20:09:31 2008 +0000
+++ b/Makefile	Fri May 30 20:10:36 2008 +0000
@@ -1029,6 +1029,9 @@
             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)