?? rtp.mak
字號:
#************************************************************************
#Filename : rtp.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 := rv32rtp
# Project Makefile - relative path and name of this file.
# Must match path and name in main makefile.
PROJECT_MAKE := rtpRtcp/rtp/rtp.mak
# Project Path = relative path from main makefile to top of source
# directory tree for this project
PROJECT_PATH := rtpRtcp/rtp
# Module sub-directories - relative path from this makefile
MODULES :=
# Build executable application for this project - yes/no
BUILD_EXECUTABLE := no
# Libraries needed for linking executable (exclude lib prefix and extension)
EXE_LIBS_NEEDED :=
# List of files that should be exported
INCLUDE_FILES_LIST += rtpRtcp/rtp/payload.h rtpRtcp/rtp/rvrtcp.h rtpRtcp/rtp/rvrtp.h
# This file must be included at the end of every project makefile
include $(PROJECT_MAKE_PATH)/project.mak
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -