windows-nt/Source/XPSP1/NT/drivers/wdm/usb/driver/isoperf/isoperf.mk
2020-09-26 16:20:57 +08:00

36 lines
962 B
Makefile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#############################################################################
#
# 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)