📄 gcc.mak
字号:
# -*- Makefile -*- Time-stamp: <05/03/10 17:51:53 ptr>SRCROOT := ../..COMPILER_NAME := gccALL_TAGS := release-shared dbg-shared stldbg-sharedSTLPORT_DIR := ../../..include Makefile.incinclude ${SRCROOT}/Makefiles/gmake/top.makINCLUDES += -I${STLPORT_INCLUDE_DIR}DEFS += -D_STLP_NO_CUSTOM_IOifdef STLP_BUILD_BOOST_PATHINCLUDES += -I${STLP_BUILD_BOOST_PATH}endififndef TARGET_OSrelease-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -Wl,-R${STLPORT_LIB_DIR}dbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -Wl,-R${STLPORT_LIB_DIR}stldbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -Wl,-R${STLPORT_LIB_DIR}elserelease-shared: LDSEARCH = -L${STLPORT_LIB_DIR}dbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR}stldbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR}endifdbg-shared: DEFS += -D_STLP_DEBUG_UNINITIALIZED stldbg-shared: DEFS += -D_STLP_DEBUG_UNINITIALIZED
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -