?? makefile-gcc-lib
字號(hào):
# -*- Makefile -*- Time-stamp: <03/07/09 18:08:47 ptr># $Id$SRCROOT := ../..COMPILER_NAME := gccSTLPORT_LIB_DIR = /export/home/ptr/STLport.lab/STLport/libSTLPORT_INCLUDE_DIR = /export/home/ptr/STLport.lab/STLport/stlportinclude Makefile.incinclude ${SRCROOT}/Makefiles/top.makINCLUDES += -I$(SRCROOT)/include -I$(STLPORT_INCLUDE_DIR)ifeq ($(OSNAME),linux)release-shared: LDSEARCH = -L${STLPORT_LIB_DIR}stldbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR}dbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR}endififeq ($(OSNAME),sunos)release-shared : LDLIBS = -lstlport_gcc -lrtstldbg-shared : LDLIBS = -lstlport_gcc_stldebug -lrtdbg-shared : LDLIBS = -lstlport_gcc -lrtelserelease-shared : LDLIBS = -lstlport_gccstldbg-shared : LDLIBS = -lstlport_gcc_stldebugdbg-shared : LDLIBS = -lstlport_gccendif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -