############################################################################# # # Microsoft Confidential # Copyright (C) Microsoft Corporation 1995 # All Rights Reserved. # # Makefile for USBD device # ########################################################################## ROOT = ..\..\..\..\.. MINIPORT = ISOPERF SRCDIR = .. WANT_C1032 = TRUE WANT_WDMDDK = TRUE DEPENDNAME = ..\depend.mk DESCRIPTION = MINI NT USB Driver VERDIRLIST = maxdebug debug retail LINK32FLAGS = $(LINK32FLAGS) -PDB:none -debugtype:both CFLAGS = $(CFLAGS) -DISOPERF -DTOM_MEM !IF "$(VERDIR)" == "debug" || "$(VERDIR)" == "DEBUG" LIBSNODEP = ..\..\..\LIB\i386\checked\usbd.lib !ELSE LIBSNODEP = ..\..\..\LIB\i386\free\usbd.lib !ENDIF OBJS = isoperf.obj iso.obj ioctl.obj !include $(ROOT)\dev\master.mk INCLUDE = $(SRCDIR);$(SRCDIR)\..\..\inc;$(INCLUDE)