mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
943 B
52 lines
943 B
!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
|
|
|