External/WinRing0/MAKEFILE
author |
moel.mich |
|
Sun, 21 Jul 2013 21:02:55 +0000 |
changeset 415 |
a67db9051d19 |
permissions |
-rw-r--r-- |
Fixed an issue where the voltages, temperatures, fans and controls arrays could be null (instead of zero length) causing NullReferenceExceptions in SuperIOHardware.
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
|