!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.


Author:

    Frank Yerrace (FrankYe) 03-Jan-96

NOTE:   Commented description of this file is in \nt\oak\bin\sources.tpl

!ENDIF


MAJORCOMP=windows
MINORCOMP=media

TARGETNAME=dsound


TARGETPATH=$(BASEDIR)\public\sdk\lib

TARGETTYPE=DYNLINK


TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib		\
	   $(BASEDIR)\public\sdk\lib\*\winmm.lib		\
	   $(BASEDIR)\public\sdk\lib\*\user32.lib		\
	   $(BASEDIR)\public\sdk\lib\*\version.lib		\
	   $(BASEDIR)\public\sdk\lib\*\advapi32.lib		\
	   $(BASEDIR)\public\sdk\lib\*\uuid.lib


INCLUDES=$(BASEDIR)\private\windows\inc;

DLLENTRY=_DllMainCRTStartup
DLLDEF=dsoundnt.def

SOURCES=debug.c			\
	decibels.c		\
	dsaccess.c		\
	dsbuffer.c		\
	dsbuffhw.c		\
	dsound.c		\
        dsndcom.cpp		\
	dsoundhw.c		\
	dsvcom.c		\
	flocks.c		\
	grace.cpp		\
	idsbi.c			\
	idsi.c			\
	init.c			\
	mix.c			\
	ntproxy.c		\
	w95hack.c		\
	dsound.rc


C_DEFINES= $(C_DEFINES) -D_WIN32 -DDSBLD_NONSHARED -DDSBLD_EMULONLY
