Leaked source code of windows server 2003
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.
 
 
 
 
 
 

38 lines
796 B

!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