mirror of https://github.com/tongzx/nt5src
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.
28 lines
481 B
28 lines
481 B
!if 0
|
|
Copyright (c) 1997 - 1998 Microsoft Corporation. All Rights Reserved.
|
|
!endif
|
|
|
|
ROOT=$(MAKEDIR:\streams\idl=)
|
|
DISABLE_PCH=1
|
|
!include $(ROOT)\common.inc
|
|
|
|
TARGETNAME=amstrmid
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PASS0_HEADERDIR=$(ROOT)\sdk\include
|
|
|
|
|
|
SOURCES= \
|
|
ddstream.idl \
|
|
amstream.idl \
|
|
mmstream.idl \
|
|
austream.idl \
|
|
uuids.c
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
|
|
NTTARGETFILES= \
|
|
$(ROOT)\sdk\lib\amstrmid.lib \
|
|
$(SDK_LIB_PATH)\amstrmid.lib \
|
|
$(SDK_INC_PATH)\mmstream.h
|