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

📄 default.mak.psos.ppc

📁 基于h323协议的软phone
💻 PPC
字号:
# 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 := diab

# COMPILER_TOOL_VERSION := toolversion (name of supported compiler tool version)
COMPILER_TOOL_VERSION := 4.3
# ----------------------------------------------------------------------

# Target information ---------------------------------------------------
# TARGET_OS := osname (name of supported os)
TARGET_OS := psos

# TARGET_OS_VERSION := osversion (name of supported os version)
TARGET_OS_VERSION := 2.5

#TARGET_CPU_FAMILY := family (family id used to identify compiler)
TARGET_CPU_FAMILY := PPC8260ES

#TARGET_CPU_HEADERS := VALUE (value used to find and/or used by OS/compiler header files)
TARGET_CPU_HEADERS := PPC8260ES

# TARGET_CPU_ID := id (cpu identifier passed to the compiler)
TARGET_CPU_ID := PPC8260ES

#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 := -DRV_TEST_CODE -P

# Special linker flags
LDFLAGS :=
# ----------------------------------------------------------------------


# Install information --------------------------------------------------
# Destination root directory for install command (use '/', NOT '\" on Win32)
INSTALL_ROOT := D:/rvcommon
# ----------------------------------------------------------------------

⌨️ 快捷键说明

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