Source code of Windows XP (NT5)
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.

31 lines
467 B

  1. ALT_PROJECT=HYDRA
  2. ALT_PROJECT_TARGET=$(ALT_PROJECT)
  3. MAJORCOMP=ntos
  4. MINORCOMP=td
  5. C_DEFINES=-DUNICODE
  6. TARGETNAME=ttd
  7. TARGETPATH=obj
  8. TARGETTYPE=LIBRARY
  9. INCLUDES=..\inc;..\..\inc;..\..\..\inc; \
  10. $(DDK_INC_PATH)
  11. NTPROFILEINPUT=yes
  12. #
  13. # Setup for application developer to set breakpoints with windbg
  14. #
  15. NTDEBUGTYPE=both
  16. MSC_WARNING_LEVEL=/W3 /WX
  17. SOURCES=ntdd.c \
  18. tdapi.c \
  19. stack.c \
  20. buffer.c \
  21. memory.c \
  22. input.c