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.
|
|
!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;$(ROOT)\h; \ $(DS_INC_PATH)\crypto;
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
|