53 lines
943 B
Plaintext
53 lines
943 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1999 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=usbhcdkd
|
||
|
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
|
||
|
|
||
|
##BUGBUG
|
||
|
NTBASE=$(_NTDRIVE)$(_NTROOT)\BASE
|
||
|
NTPUBLIC=$(_NTDRIVE)$(_NTROOT)\public
|
||
|
|
||
|
INCLUDES= ..\inc;\
|
||
|
$(BASE_INC_PATH);\
|
||
|
$(DDK_INC_PATH);\
|
||
|
$(DDK_INC_PATH)\wdm;
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
UMTYPE=windows
|
||
|
|
||
|
# ICF doesn't do any good for this image. Turn it off.
|
||
|
LINKER_NOICF=1
|
||
|
|
||
|
SOURCES= \
|
||
|
usbhcdkd.cpp \
|
||
|
ext.c \
|
||
|
list.c \
|
||
|
util.c \
|
||
|
struc.c \
|
||
|
log.c \
|
||
|
urb.c \
|
||
|
usbehci.c \
|
||
|
usbohci.c \
|
||
|
usbuhci.c \
|
||
|
usbhcdkd.rc
|
||
|
|