📄 gcc.mak
字号:
# -*- Makefile -*- Time-stamp: <05/12/27 10:55:26 ptr>SRCROOT := ../..COMPILER_NAME := gcc#NOT_USE_NOSTDLIB := 1#WITHOUT_STLPORT := 1ALL_TAGS := release-shared stldbg-sharedSTLPORT_DIR := ../../..include Makefile.incinclude ${SRCROOT}/Makefiles/top.makdbg-shared: DEFS += -D_STLP_DEBUG_UNINITIALIZED stldbg-shared: DEFS += -D_STLP_DEBUG_UNINITIALIZED ifdef STLP_BUILD_BOOST_PATHINCLUDES += -I${STLP_BUILD_BOOST_PATH}endififndef TARGET_OSifeq ($(OSNAME), sunos)release-shared: LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}dbg-shared: LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}stldbg-shared: LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}endififeq ($(OSNAME), freebsd)release-shared: LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}dbg-shared: LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}stldbg-shared: LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}endififeq ($(OSNAME), openbsd)release-shared: LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}dbg-shared: LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}stldbg-shared: LDFLAGS += -Wl,-R${STLPORT_LIB_DIR}endififeq ($(OSNAME), linux)release-shared: LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}dbg-shared: LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}stldbg-shared: LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}endifendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -