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.
18 lines
447 B
18 lines
447 B
#############################################################################
|
|
#
|
|
# Microsoft Confidential
|
|
# Copyright (C) Microsoft Corporation 1995
|
|
# All Rights Reserved.
|
|
#
|
|
# Makefile for CardBus Socket Services Driver
|
|
#
|
|
##########################################################################
|
|
|
|
ROOT = ..\..\..\..
|
|
DEVICE = ACPITAB
|
|
DYNAMIC = DYNAMIC
|
|
NOUSEPCH = TRUE
|
|
|
|
OBJS = acpitab.obj acpimain.obj debug.obj
|
|
|
|
!include $(ROOT)\pnp\vxd\vxd.mk
|