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.

28 lines
778 B

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