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.

42 lines
748 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=minipkd
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. USE_MSVCRT=1
  10. USE_LIBCMT=1
  11. C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
  12. INCLUDES=..\..\scsiport;\
  13. ..\..\classpnp;\
  14. ..\..\cdrom;\
  15. ..\..\disk;\
  16. ..\..\inc;\
  17. $(BASE_INC_PATH); \
  18. $(DDK_INC_PATH); \
  19. $(DDK_INC_PATH)\wdm
  20. SOURCES=help.c \
  21. kdext.cpp \
  22. minipkd.c \
  23. util.c \
  24. minipkd.rc
  25. UMTYPE=windows
  26. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\dbgeng.lib
  28. DLLENTRY=_DllMainCRTStartup
  29. C_DEFINES=-DSCSIPORT_HANDLES_POWER