39 lines
758 B
Plaintext
39 lines
758 B
Plaintext
|
!if 0
|
||
|
Copyright (c) 1997 - 1998 Microsoft Corporation. All Rights Reserved.
|
||
|
!endif
|
||
|
|
||
|
ROOT=$(MAKEDIR:\streams\ddstream=)
|
||
|
|
||
|
DISABLE_PCH=1
|
||
|
!include $(ROOT)\common.inc
|
||
|
|
||
|
TARGETNAME=ddstream
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES= \
|
||
|
$(SDK_INC_PATH)\atl21; \
|
||
|
$(INCLUDES) \
|
||
|
..\idl; \
|
||
|
..\strmobjs
|
||
|
|
||
|
!if $(386) && $(FREEBUILD)
|
||
|
USE_NOLIBS = 1
|
||
|
C_DEFINES = -D_ATL_MIN_CRT -D_WINDLL $(C_DEFINES)
|
||
|
!undef USE_MSVCRT
|
||
|
!endif
|
||
|
|
||
|
SOURCES = mss.cpp \
|
||
|
medsampl.cpp \
|
||
|
mtenum.cpp \
|
||
|
sample.cpp \
|
||
|
ddsample.cpp\
|
||
|
stream.cpp \
|
||
|
pump.cpp \
|
||
|
ddstrm.cpp \
|
||
|
util.cpp \
|
||
|
bytestrm.cpp \
|
||
|
austrm.cpp
|
||
|
|
||
|
SYNCHRONIZE_BLOCK=1
|