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

34 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 1995
# All Rights Reserved.
#
# Makefile for PCSPEAK device
#
##########################################################################
MPEGROOT = ..\..\..
ROOT = ..\..\..\..\..
MINIPORT = cyclo
SRCDIR = ..
WANT_C1032 = TRUE
DEPENDNAME = ..\depend.mk
DESCRIPTION = marvel 2 mpeg miniport
VERDIRLIST = maxdebug debug retail
LIBS = $(ROOT)\dev\tools\c1032\lib\libcmt.lib \
$(MPEGROOT)\lib\stream.lib\
$(MPEGROOT)\lib\ksguid.lib\
$(ROOT)\dev\tools\c1032\lib\crtdll.lib
CFLAGS = -DMSC $(CFLAGS)
OBJS = dmpeg.obj mpinit.obj mpvideo.obj mpaudio.obj sti3520a.obj i2c.obj \
bt866.obj zac3.obj staudio.obj board.obj memio.obj error.obj \
codedma.obj debug.obj
!include $(ROOT)\dev\master.mk
INCLUDE = $(INCLUDE);$(MPEGROOT)\INC;..\inc;$(ROOT)\dev\inc16;$(ROOT)\dev\msdev\include;