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.
 
 
 
 
 
 

35 lines
1.0 KiB

#############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1995
# All Rights Reserved.
#
# Makefile for OPENHCI device
#
##########################################################################
ROOT = ..\..\..\..\..
MINIPORT = OPENHCI
SRCDIR = ..
WANT_C1032 = TRUE
DEPENDNAME = ..\depend.mk
DESCRIPTION = MINI NT Universal HCD for USB
VERDIRLIST = maxdebug debug retail
LIBSNODEP = $(WDMROOT)\DDK\LIB\i386\usbd.lib
LINK32FLAGS = $(LINK32FLAGS) -PDB:none -debugtype:both
OBJS = ohciurb.obj \
openhci.obj \
async.obj \
ohciroot.obj \
ohcixfer.obj \
dbg.obj
!include ..\..\..\..\..\dev\master.mk
INCLUDE = $(SRCDIR);$(SRCDIR)\..\..\inc;$(INCLUDE)
!IF "$(VERDIR)" == "maxdebug" || "$(VERDIR)" == "MAXDEBUG"
CFLAGS = $(CFLAGS:-nologo=) -DMAX_DEBUG
!ENDIF