⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rvrtp.mak

📁 Radvision rtpRtcp协议栈 4.5.0.18 版本
💻 MAK
字号:
#************************************************************************#Filename   : rvrtp.mak#Description: rtp library sub-makefile#************************************************************************#      Copyright (c) 2001,2002 RADVISION Inc. and RADVISION Ltd.#************************************************************************#NOTICE:#This document contains information that is confidential and proprietary#to RADVISION Inc. and RADVISION Ltd.. No part of this document may be#reproduced in any form whatsoever without written prior approval by#RADVISION Inc. or RADVISION Ltd..##RADVISION Inc. and RADVISION Ltd. reserve the right to revise this#publication and make changes without obligation to notify any person of#such revisions or changes.#************************************************************************# Project Name - must be unique within build tree. Actual target names will# be based on this name (for example, on Solaris, the resulting library# will be called libNAME.a and the excutable, if any, will be NAME.PROJECT_NAME := rvrtp# Project Makefile - relative path and name of this file.# Must match path and name in main makefile.PROJECT_MAKE := rtpRtcp/rtp/rvrtp.mak# Project Path = relative path from main makefile to top of source# directory tree for this projectPROJECT_PATH := rtpRtcp/rtp# Module sub-directories - relative path from this makefileMODULES :=# Build executable application for this project - yes/noBUILD_EXECUTABLE := no# Build shared library - yes/noBUILD_SHARED_LIB := no# Libraries needed for linking executable (exclude lib prefix and extension)EXE_LIBS_NEEDED :=# List of files that should be exportedINCLUDE_FILES_LIST += rtpRtcp/rtp/payload.h rtpRtcp/rtp/rtcp.h rtpRtcp/rtp/rtp.h# This file must be included at the end of every project makefileinclude $(PROJECT_MAKE_PATH)/project.mak

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -