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.
 
 
 
 
 
 

33 lines
1.0 KiB

#############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1995
# All Rights Reserved.
#
# Makefile for s/w enumerator
#
##########################################################################
ROOT =..\..\..\..\..
MINIPORT =SWENUM
SRCDIR =..
WANT_C1032 =TRUE
IS_SDK =TRUE
#WANT_WDMDDK =TRUE
DEPENDNAME =..\depend.mk
DESCRIPTION =KERNEL SOFTWARE PNP DEVICE ENUMERATOR
VERDIRLIST =maxdebug debug retail
#MINIPORTDEF =TRUE
LINK32FLAGS =/DEF:..\$(MINIPORT).def
LIBS =$(LIBS) $(ROOT)\wdm\ks\lib\ksguid.lib
#LINK32FLAGS =$(LINK32FLAGS) -PDB:none -debugtype:both
RESNAME =$(MINIPORT)
OBJS =$(MINIPORT).c
!include $(ROOT)\dev\master.mk
INCLUDE =$(SRCDIR);$(SRCDIR)\..\inc;$(INCLUDE);$(ROOT)\DEV\SDK\INC
CFLAGS =$(CFLAGS) -D_KSDDK_ -DWIN9X_KS