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

31 lines
1 KiB
Makefile
Raw Permalink 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 1998
# All Rights Reserved.
#
# Makefile for Legacy USB Modem Driver
#
#############################################################################
ROOT = ..\..\..\..\..
MINIPORT = USBSER
SRCDIR = ..
WANT_1132 = TRUE
WANT_WDMDDK = TRUE
DEPENDNAME = ..\depend.mk
DESCRIPTION = USB Modem Driver
VERDIRLIST = maxdebug debug retail
LINK32FLAGS = $(LINK32FLAGS) -PDB:usbser.pdb -debugtype:both
CFLAGS = $(CFLAGS) -DDRIVER -Z7 -DPOOL_TAGGING
#CFLAGS = $(CFLAGS) -DPROFILING_ENABLED
LIBSNODEP = ..\..\..\..\DDK\LIB\i386\usbd.lib
OBJS = usbser.obj usbserpw.obj serioctl.obj write.obj read.obj utils.obj debugwdm.obj
!include $(ROOT)\dev\master.mk
INCLUDE = $(SRCDIR);$(INCLUDE);