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

📄 makefile

📁 VxWorks BSP框架源代码包含头文件和驱动
💻
字号:
# Makefile - makefile for target/src/cplus/rts## modification history# --------------------# 02e,07may03,sn   symlink to sources instead of copying# 02d,05may03,sn   added cplusDemStyle.o, fixed Windows build# 02c,30apr03,sn   added etoa_decode.h# 02b,14apr03,sn   reuse demangler.c rather than duplicating functionality in cplusDem.c# 02a,08apr03,sn   new demangler source location, new wr-demangler.h interface file# 01b,13mar02,sn   SPR 74061 - integrated EDG demangler# 01a,26nov01,sn   created# # DESCRIPTION# This file contains the makefile rules for building the C++ demangler#TGT_DIR         = $(WIND_BASE)/targetLIB_BASE_NAME	= cplusLIB_COMMON	= falseOBJS            = cplusDem.o \                  cplusDemStub.o \		  cplusDemStyle.o \		  cplus-dem.o \		  safe-ctype.o \		  etoa_decode.o \		  demangler.oEXTRA_DEFINE    = $(OPTION_DEFINE_MACRO)HAVE_STDLIB_HEXTRA_INCLUDE   = -I.include $(TGT_DIR)/h/make/rules.library

⌨️ 快捷键说明

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