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

📄 default.mak.none

📁 h.248协议源码
💻 NONE
字号:
# Default parameters - will be over-ridden by command line or environment
# For no defaults, leave these commented out or delete this file. To
# enable the default, fill in the values required and uncomment all
# of the ?= lines and the CFLAGS line.
#
# IMPORTANT: Changing parameters in this file will NOT force a recompile
#            of all software. After changing a parameter, you must
#            do a "make clean" unless you are certain the changed
#            parameter(s) will not cause a problem.
#
# The example listed below (including CFLAGS) is for a PowerPC 8260
# running VxWorks built on a Windows NT machine with the GNU compiler.
# In this example, the -msoft-float is required because the compiler
# doesn't know 8260 and is treating it like a 603e but the 8260
# doesn't have floating point hardware. The -fno-for-scope is
# required by VxWorks as indicated in their PowerPC specific
# documentation. The resulting files are to be installed in C:\radv.
#     TYPE ?= debug
#     TARGET_OS ?= vxworks
#     HOST_OS ?= win32
#     TARGET_FAMILY ?= ppc
#     TARGET_CPU ?= PPCEC603
#     COMPILER_CPU ?= 603e
#     COMPILER ?= gnu
#     CFLAGS := -msoft-float -fno-for-scope
#     INSTALL_ROOT ?= C:/radv

# Build Parameters
TYPE ?=
TARGET_OS ?=
HOST_OS ?=
TARGET_FAMILY ?=
TARGET_CPU ?=
COMPILER_CPU ?=
COMPILER ?=

# Additional special compiler flags
CFLAGS :=

# Uncomment these lines to include MCGP options
#RV_MGCP_NCS := 1
#RV_MGCP_NO_RESPACK := 1
#RV_SNMP := 1

# Destination root directory for install command (use '/' on Win32)
INSTALL_ROOT ?= C:/radv

⌨️ 快捷键说明

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