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.

71 lines
1.9 KiB

  1. !IF 0
  2. *****************************************************************************
  3. Copyright (c) 1989-1999 Microsoft Corporation
  4. Abstract:
  5. This file specifies the target component being built and the list of
  6. sources files needed to build that component. Also specifies optional
  7. compiler switches and libraries that are unique for the component being
  8. built.
  9. Author: various
  10. Revision History: 29-Nov-90 TimF adapted from quickapp
  11. *****************************************************************************
  12. !ENDIF
  13. #------------------------------------------------
  14. # INFO FOR CREATING LIBRARY
  15. #------------------------------------------------
  16. TARGETNAME=umdh
  17. TARGETPATH=obj
  18. TARGETTYPE=PROGRAM
  19. USE_MSVCRT=1
  20. #------------------------------------------------
  21. # INCLUDE PATH
  22. #------------------------------------------------
  23. INCLUDES=$(PROJECT_ROOT)\ntos\inc;$(PROJECT_ROOT)\ntos\rtl
  24. #------------------------------------------------
  25. # SOURCE FILES (used to make library)
  26. # (Currently there are no files listed.)
  27. #------------------------------------------------
  28. MSC_WARNING_LEVEL=/W3 /WX
  29. SOURCES=dhcmp.c \
  30. umdh.rc \
  31. heapwalk.c \
  32. umdh.c \
  33. miscellaneous.c \
  34. database.c \
  35. symbols.c \
  36. #------------------------------------------------
  37. # FLAGS
  38. #------------------------------------------------
  39. C_DEFINES=-DDH_COMPATIBLE=1 -D_NTDRIVER_
  40. UMLIBS= $(SDK_LIB_PATH)\dbghelp.lib \
  41. $(SDK_LIB_PATH)\ntdll.lib \
  42. NTTEST=
  43. #------------------------------------------------
  44. # EXECUTABLES
  45. #------------------------------------------------
  46. UMAPPL=
  47. UMTYPE=console
  48. #------------------------------------------------
  49. # LIBRARIES created by the SOURCES= line (above)
  50. # (currently commented out - not used)
  51. #------------------------------------------------