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.

72 lines
2.0 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. miscellaneous.c \
  33. database.c \
  34. symbols.c \
  35. gc.c \
  36. umdh.c \
  37. #------------------------------------------------
  38. # FLAGS
  39. #------------------------------------------------
  40. C_DEFINES=-DDH_COMPATIBLE=1 -D_NTDRIVER_
  41. UMLIBS= $(SDK_LIB_PATH)\dbghelp.lib \
  42. $(SDK_LIB_PATH)\ntdll.lib \
  43. NTTEST=
  44. #------------------------------------------------
  45. # EXECUTABLES
  46. #------------------------------------------------
  47. UMAPPL=
  48. UMTYPE=console
  49. #------------------------------------------------
  50. # LIBRARIES created by the SOURCES= line (above)
  51. # (currently commented out - not used)
  52. #------------------------------------------------