admin
base
com
developer
drivers
ds
enduser
downlevelclients
mapistub
miscdocuments
msasn1
netmeeting
as
av
callcont
codecs
dcap
filter
h
h323
intelcc
nac
nmcap
qos
rrcm
md5
rrcminc
rtcp
makefile
rrcmqueu.cpp
rtcpinit.cpp
rtcpmem.cpp
rtcprecv.cpp
rtcprept.cpp
rtcpsend.cpp
rtcpsess.cpp
rtcpssrc.cpp
rtcpthrd.cpp
rtcptime.cpp
sources
rtp
dirs
rrcm.def
dirs
core
dev
evtmsg
extern
h
nmmkcert
nmrk
nmutil
setup
srvc
t120
ui
ulsldap
dirs
published
speech
stuff
testlockout
troubleshoot
vc_asms
vccomsupport
windows.com
zone_internetgames
dirs
project.mk
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
62 lines
916 B
Plaintext
62 lines
916 B
Plaintext
!ifndef ROOT
|
|
ROOT=$(MAKEDIR:\av\rrcm\rtcp=)
|
|
!endif
|
|
!ifndef DEVROOT
|
|
DEVROOT=$(ROOT)\dev
|
|
!endif
|
|
|
|
!include $(DEVROOT)\common.inc
|
|
|
|
MAJORCOMP=av
|
|
MINORCOMP=rrcm
|
|
|
|
TARGETNAME=rtcp
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
BBTCOMP=1
|
|
|
|
TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
INCLUDES=..\rrcminc;..\md5;$(ROOT)\h
|
|
|
|
C_DEFINES=$(C_DEFINES) /DRRCMDLL=1 /DUSE_ISDM2=1
|
|
|
|
#
|
|
# List of sources
|
|
#
|
|
|
|
SOURCES= rrcmqueu.cpp\
|
|
rtcpinit.cpp\
|
|
rtcpmem.cpp\
|
|
rtcprecv.cpp\
|
|
rtcprept.cpp\
|
|
rtcpsend.cpp\
|
|
rtcpsess.cpp\
|
|
rtcpssrc.cpp\
|
|
rtcpthrd.cpp\
|
|
rtcptime.cpp
|
|
|
|
#
|
|
# Precompiled specs
|
|
#
|
|
|
|
#PRECOMPILED_INCLUDE = precomp.h
|
|
#PRECOMPILED_PCH = precomp.pch
|
|
#PRECOMPILED_cpp = precomp.obj
|
|
#PRECOMPILED_CXX = 1
|
|
|
|
|
|
CONDITIONAL_INCLUDES = \
|
|
macocidl.h \
|
|
macwin32.h \
|
|
rpcerr.h \
|
|
rpcmac.h \
|
|
winwlm.h \
|
|
macname1.h \
|
|
macname2.h \
|
|
macpub.h \
|
|
macapi.h
|
|
|