icc.mak

来自「symbian 上的stl_port进过编译的。」· MAK 代码 · 共 50 行

MAK
50
字号
# -*- Makefile -*- Time-stamp: <04/03/14 18:55:49 ptr># $Id: icc.mak 1802 2005-11-01 08:25:57Z complement $SRCROOT := ../..COMPILER_NAME := iccALL_TAGS := release-shared stldbg-sharedSTLPORT_DIR := ../../..include Makefile.incinclude ${SRCROOT}/Makefiles/top.makINCLUDES += -I${STLPORT_INCLUDE_DIR}ifdef STLP_BUILD_BOOST_PATHINCLUDES += -I${STLP_BUILD_BOOST_PATH}endifrelease-shared:	LDSEARCH = -L${STLPORT_LIB_DIR} -Wl,-R${STLPORT_LIB_DIR}stldbg-shared:	LDSEARCH = -L${STLPORT_LIB_DIR} -Wl,-R${STLPORT_LIB_DIR}dbg-shared:	LDSEARCH = -L${STLPORT_LIB_DIR} -Wl,-R${STLPORT_LIB_DIR}ifeq ($(OSNAME),linux)ifeq ($(CXX_VERSION_MAJOR),8)ifeq ($(CXX_VERSION_MINOR),0)# 8.0 build 20031016Zrelease-shared:	LDLIBS = -lpthread -lstlportstldbg-shared:	LDLIBS = -lpthread -lstlportstlgdbg-shared:	LDLIBS = -lpthread -lstlportgelse# 8.1 build 028release-shared:	LDLIBS = -lpthread -lstlport -lcprts -lunwindstldbg-shared:	LDLIBS = -lpthread -lstlportstlg -lcprts -lunwinddbg-shared:	LDLIBS = -lpthread -lstlportg -lcprts -lunwindendifelseifeq ($(CXX_VERSION_MAJOR),9)# 9.0 build 20050430release-shared:	LDLIBS = -lpthread -lstlport -lcprts -lunwindstldbg-shared:	LDLIBS = -lpthread -lstlportstlg -lcprts -lunwinddbg-shared:	LDLIBS = -lpthread -lstlportg -lcprts -lunwindelse# 7.1 build 20030307Zrelease-shared:	LDLIBS = -lpthread -lstlportstldbg-shared:	LDLIBS = -lpthread -lstlportstlgdbg-shared:	LDLIBS = -lpthread -lstlportgendifendifendif

⌨️ 快捷键说明

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