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.
39 lines
649 B
39 lines
649 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=storkd
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
USE_MSVCRT=1
|
|
USE_LIBCMT=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
|
|
|
|
INCLUDES=..\..\port\raid\port;\
|
|
..\..\port\raid\inc;\
|
|
$(BASE_INC_PATH); \
|
|
$(DDK_INC_PATH); \
|
|
$(DDK_INC_PATH)\wdm
|
|
|
|
SOURCES=stordbgext.c \
|
|
kdext.cpp \
|
|
stordbgext.rc
|
|
|
|
DLLDEF=$(O)\storkd.def
|
|
|
|
UMTYPE=windows
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\dbgeng.lib
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
|