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