?? default.mak.vxworks
字號:
# Global Configuration Parameters for RADVISION build system.
# Configuration Parameters ---------------------------------------------
# BUILD_TYE:= debug/release (build with debugging info or optimized)
BUILD_TYPE := debug
# BUILD_NULLCHECK := on/off (include error checks for NULL parameters)
BUILD_NULLCHECK := on
# BUILD_RANGECHECK := on/off (include error checks for parameter ranges)
BUILD_RANGECHECK := on
# BUILD_OTHERCHECK := on/off (include additional error checking)
BUILD_OTHERCHECK := on
# ----------------------------------------------------------------------
# Host Environment -----------------------------------------------------
# HOST_OS := osname (name of supported os)
HOST_OS := win32
# COMPILER_TOOL := toolname (name of supported compiler tool)
COMPILER_TOOL := gnu
# COMPILER_TOOL_VERSION := toolversion (name of supported compiler tool version)
COMPILER_TOOL_VERSION := cyg-2.7
# ----------------------------------------------------------------------
# Target information ---------------------------------------------------
# TARGET_OS := osname (name of supported os)
TARGET_OS := vxworks
# TARGET_OS_VERSION := osversion (name of supported os version)
TARGET_OS_VERSION := 2.0
#TARGET_CPU_FAMILY := family (family id used to identify compiler)
TARGET_CPU_FAMILY := ppc
#TARGET_CPU_HEADERS := VALUE (value used to find and/or used by OS/compiler header files)
TARGET_CPU_HEADERS := PPCEC603
# TARGET_CPU_ID := id (cpu identifier passed to the compiler)
TARGET_CPU_ID := 603e
#TARGET_CPU_ENDIAN := little/big (mode of CPU)
TARGET_CPU_ENDIAN := big
#TARGET_CPU_BITS := 32/64 (bit model to use)
TARGET_CPU_BITS := 32
# ----------------------------------------------------------------------
# Additional information -----------------------------------------------
# Special compiler flags
CFLAGS := -msoft-float -fno-for-scope -DRV_TEST_CODE
# Special linker flags
LDFLAGS :=
# ----------------------------------------------------------------------
# Install information --------------------------------------------------
# Destination root directory for install command (use '/', NOT '\" on Win32)
INSTALL_ROOT := C:/rvcommon
# ----------------------------------------------------------------------
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -