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.

27 lines
451 B

  1. !IF 0
  2. Copyright (c) 1989-2000 Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=ntos
  5. MINORCOMP=hal
  6. TARGETNAME=proclib
  7. TARGETPATH=obj
  8. TARGETTYPE=DRIVER_LIBRARY
  9. INCLUDES=$(PROCESSOR_INC_PATH)
  10. C_DEFINES= $(C_DEFINES) $(MYC_DEFINES) -DUNICODE -D_UNICODE
  11. SOURCES= \
  12. processor.c \
  13. method.c \
  14. power.c \
  15. wmi.c \
  16. dbgsys.c \
  17. eventlog.c \
  18. shared.c \
  19. ..\eventmsg.mc