2025-04-27 07:49:33 -04:00

31 lines
1.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);