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.

28 lines
382 B

  1. ALT_PROJECT=HYDRA
  2. ALT_PROJECT_TARGET=$(ALT_PROJECT)
  3. MAJORCOMP=ntos
  4. MINORCOMP=td
  5. C_DEFINES=-DUNICODE
  6. TARGETNAME=tdicom
  7. TARGETPATH=obj
  8. TARGETTYPE=DRIVER_LIBRARY
  9. INCLUDES = \
  10. ..\inc; \
  11. ..\..\inc; \
  12. $(NET_INC_PATH); \
  13. #
  14. # Setup for application developer to set breakpoints with windbg
  15. #
  16. NTDEBUGTYPE=both
  17. MSC_WARNING_LEVEL=/W3 /WX
  18. SOURCES=tdtdi.c \
  19. tdilib.c