mirror of https://github.com/tongzx/nt5src
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
32 lines
667 B
#############################################################################
|
|
#
|
|
# Microsoft Confidential
|
|
# Copyright (C) Microsoft Corporation 1993
|
|
# All Rights Reserved.
|
|
#
|
|
# Makefile for BATTC device
|
|
#
|
|
#############################################################################
|
|
|
|
|
|
ROOT = ..\..\..\..
|
|
OBJS = BATTC.OBJ BSRV.OBJ
|
|
MINIPORTDEF = TRUE
|
|
TARGETS = mnp
|
|
WANT_C1132 = TRUE
|
|
MINIPORT = battc
|
|
RESNAME = battc
|
|
SRCDIR = ..
|
|
WANT_C1132 = TRUE
|
|
WANT_WDMDDK = TRUE
|
|
DEPENDNAME = ..\depend.mk
|
|
IS_DDK = TRUE
|
|
IS_SDK = TRUE
|
|
NOCHGNAM = TRUE
|
|
|
|
!include $(ROOT)\dev\master.mk
|
|
|
|
INCLUDE = $(INCLUDE);$(WDMROOT)\acpi\inc;$(WDMROOT)\acpi\driver\inc
|
|
|
|
|
|
|