48 lines
737 B
Plaintext
48 lines
737 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1999 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=kext
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
|
||
|
DLLENTRY=_DllMainCRTStartup
|
||
|
|
||
|
PRECOMPILED_INCLUDE=precomp.h
|
||
|
PRECOMPILED_PCH=precomp.pch
|
||
|
PRECOMPILED_OBJ=precomp.obj
|
||
|
|
||
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\dbgeng.lib
|
||
|
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
UMTYPE=windows
|
||
|
|
||
|
# ICF doesn't do any good for this image. Turn it off.
|
||
|
LINKER_NOICF=1
|
||
|
|
||
|
INCLUDES = ..\..\dbg-common; $(BASE_INC_PATH)
|
||
|
|
||
|
SOURCES= bugcheck.cpp \
|
||
|
kext.cpp \
|
||
|
kext.rc \
|
||
|
mts.cpp \
|
||
|
pci.cpp \
|
||
|
physical.cpp \
|
||
|
pooltag.cpp
|
||
|
|
||
|
|
||
|
NTTARGETFILE0 = $O\bugchkex.cpp
|
||
|
|
||
|
SOURCES = $(SOURCES) \
|
||
|
$O\bugchkex.cpp
|
||
|
|