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.

39 lines
928 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=dd
  3. TARGETNAME=acpi
  4. TARGETTYPE=LIBRARY
  5. TARGETPATH=obj
  6. INCLUDES=$(PROJECT_ROOT)\ntos\inc; \
  7. $(DDK_INC_PATH); \
  8. $(DDK_INC_PATH)\wdm; \
  9. ..\inc; \
  10. ..\..\inc; \
  11. ..\shared; \
  12. ..\nt; \
  13. ..\nt\$(O)
  14. C_DEFINES=$(C_DEFINES) -DNO_INTERLOCKED_INTRINSICS -DWMI_TRACING
  15. !IFNDEF MSC_WARNING_LEVEL
  16. MSC_WARNING_LEVEL=/W3
  17. !ENDIF
  18. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX /wd4715
  19. PRECOMPILED_INCLUDE=pch.h
  20. PRECOMPILED_PCH=pch.pch
  21. PRECOMPILED_OBJ=pch.obj
  22. SOURCES=\
  23. acpictl.c \
  24. acpienbl.c \
  25. acpigpio.c \
  26. acpiinit.c \
  27. acpiio.c \
  28. acpilock.c \
  29. acpintfy.c \
  30. acpioprg.c \
  31. acpisi.c \
  32. acpiterm.c \
  33. loaddsdt.c \
  34. reg.c