mirror of https://github.com/lianthony/NT4.0
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.
70 lines
1.2 KiB
70 lines
1.2 KiB
!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
|