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.

48 lines
942 B

  1. #/*++
  2. #
  3. #Copyright (c) 1991 - 2001 Microsoft Corporation
  4. #
  5. #Module Name:
  6. #
  7. # ### ##### ## ## ##### #### ##### ###
  8. # ## # ## ## ## ## ## ## ## # ## ## #
  9. # ### ## ## ## ## ## ## ## ## ###
  10. # ### ## ## ## ## ##### ## ##### ###
  11. # ### ## ## ## ## #### ## ## ###
  12. # # ## ## ## ## ## ## ## ## # ## # ##
  13. # ### ##### #### ## ## #### ##### ###
  14. #
  15. #Abstract:
  16. #
  17. # Makefile for building the watchdog driver.
  18. #
  19. #Author:
  20. #
  21. # Wesley Witt (wesw) 23-Jan-2001
  22. #
  23. #--*/
  24. #
  25. TARGETNAME=wd
  26. TARGETPATH=obj
  27. TARGETTYPE=DRIVER
  28. PASS0_HEADERDIR=$O
  29. MC_SOURCEDIR=$O
  30. LINKLIBS=\
  31. $(DDK_LIB_PATH)\hal.lib \
  32. $(DDK_LIB_PATH)\ntoskrnl.lib
  33. INCLUDES=$(BASEDIR)\public\internal\base\inc;$(DDK_INC_PATH)
  34. SOURCES=\
  35. eventmsg.mc\
  36. acpi.cpp\
  37. handler.cpp\
  38. health.cpp\
  39. main.cpp\
  40. pnp.cpp\
  41. power.cpp\
  42. timer.cpp\
  43. util.cpp\
  44. wd.rc