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.

32 lines
667 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1993
  5. # All Rights Reserved.
  6. #
  7. # Makefile for BATTC device
  8. #
  9. #############################################################################
  10. ROOT = ..\..\..\..
  11. OBJS = BATTC.OBJ BSRV.OBJ
  12. MINIPORTDEF = TRUE
  13. TARGETS = mnp
  14. WANT_C1132 = TRUE
  15. MINIPORT = battc
  16. RESNAME = battc
  17. SRCDIR = ..
  18. WANT_C1132 = TRUE
  19. WANT_WDMDDK = TRUE
  20. DEPENDNAME = ..\depend.mk
  21. IS_DDK = TRUE
  22. IS_SDK = TRUE
  23. NOCHGNAM = TRUE
  24. !include $(ROOT)\dev\master.mk
  25. INCLUDE = $(INCLUDE);$(WDMROOT)\acpi\inc;$(WDMROOT)\acpi\driver\inc