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.
 
 
 
 
 
 

43 lines
958 B

#############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1998-1999
# All Rights Reserved.
#
# Makefile for RealTime Midi Player
#
##########################################################################
ROOT = ..\..\..\..\..
SRCDIR = ..
MINIPORT = RTMIDI
WANT_WDMDDK = TRUE
IS_OEM = TRUE
DEPENDNAME = ..\depend.mk
DESCRIPTION = RealTime Midi Player
VERDIRLIST = debug retail
LINK32FLAGS = $(LINK32FLAGS)
LIBSNODEP = rt.lib
RESNAME = $(MINIPORT)
OBJS = device.obj sequence.obj
CFASTFLAGS = -O2gityb1
CFLAG_OPT = $(CFASTFLAGS) -G5
!include $(ROOT)\wdm10\wdm.mk
#CFLAGS = $(CFLAGS) -Fc
!IF "$(WINICE_PATH)" != ""
CFLAGS = $(CFLAGS) -Zi
!ENDIF
!IF "$(VERDIR)" == "debug"
CFLAGS = $(CFLAGS:yb1=b1)
!ENDIF