-
Notifications
You must be signed in to change notification settings - Fork 7
/
sources
38 lines (28 loc) · 974 Bytes
/
sources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved.
TARGETTYPE=DRIVER
TARGETPATH=obj
TARGETNAME=rtsdaudio
DRIVERTYPE=WDM
TARGETLIBS= $(DDK_LIB_PATH)\portcls.lib\
$(DDK_LIB_PATH)\stdunk.lib
INCLUDES= $(DDK_INC_PATH);
MSC_WARNING_LEVEL=-W3 -WX
C_DEFINES= $(C_DEFINES) -D_WIN32 -DUNICODE -D_UNICODE -DPC_IMPLEMENTATION
#
# Different levels of debug printage. First is nothing but
# catastrophic errors, last is everything under the sun.
#
#C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_ERROR
C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_TERSE
#C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_VERBOSE
#C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_BLAB
#LINKER_FLAGS=-map
SOURCES=\
adapter.cpp \
rtsdwavestream.cpp \
common.cpp \
hw.cpp \
kshelper.cpp \
rtsdtopo.cpp \
rtsdwave.cpp \
rtsdaudio.rc