Leaked source code of windows server 2003
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

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=storkd
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. USE_MSVCRT=1
  10. USE_LIBCMT=1
  11. C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
  12. INCLUDES=..\..\port\raid\port;\
  13. ..\..\port\raid\inc;\
  14. $(BASE_INC_PATH); \
  15. $(DDK_INC_PATH); \
  16. $(DDK_INC_PATH)\wdm
  17. SOURCES=stordbgext.c \
  18. kdext.cpp \
  19. stordbgext.rc
  20. DLLDEF=$(O)\storkd.def
  21. UMTYPE=windows
  22. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\dbgeng.lib
  24. DLLENTRY=_DllMainCRTStartup