diff Makefile @ 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 8825552ee585
line wrap: on
line diff
--- 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)