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.
|
|
#############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1995
# All Rights Reserved.
#
# Makefile for USBD device
#
##########################################################################
ROOT = ..\..\..\..\.. WDMLIB = $(WDMROOT)\ddk\lib\i386 MINIPORT = USBDIAG SRCDIR = .. WANT_C1032 = TRUE WANT_WDMDDK = TRUE DEPENDNAME = ..\depend.mk DESCRIPTION = MINI NT USB Driver VERDIRLIST = maxdebug debug retail LIBSNODEP = $(WDMLIB)\hidparse.lib $(WDMLIB)\usbd.lib LINK32FLAGS = $(LINK32FLAGS) -PDB:none -debugtype:both
OBJS = usbdiag.obj \
ioctl.obj \
chap9drv.obj
!include ..\..\..\..\..\dev\master.mk
CFLAGS = $(CFLAGS) -DOSR21_COMPAT
INCLUDE = $(SRCDIR);$(SRCDIR)\..\..\inc;$(INCLUDE)
|