External/WinRing0/MAKEFILE
author |
moel.mich |
|
Sun, 23 Sep 2012 18:37:43 +0000 |
changeset 380 |
573f1fff48b2 |
permissions |
-rw-r--r-- |
Fixed Issue 387. The new implementation does not try to start a ring 0 driver that already exists, but could not be opened. It tries to delete the driver and install it new. The driver is now stored temporarily in the application folder. The driver is not correctly removed on system shutdown.
moel@347
|
1 |
#
|
moel@347
|
2 |
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
|
moel@347
|
3 |
# file to this component. This file merely indirects to the real make file
|
moel@347
|
4 |
# that is shared by all the driver components of the Windows NT DDK
|
moel@347
|
5 |
#
|
moel@347
|
6 |
|
moel@347
|
7 |
!INCLUDE $(NTMAKEENV)\makefile.def
|