?? makefile
字號:
all: .depend testDIR_PREFIX=../include ../../MakeVarsINSTALL_DIR = obv/customINSTALL_SRCS = README Makefile test.cc custom.idl custom_impl.cc \ custom_impl.hINSTALL_SCRIPTS = customtest: custom.h custom_impl.h custom.o test.o custom_impl.o $(DEPS) $(LD) $(CXXFLAGS) $(LDFLAGS) custom.o test.o custom_impl.o $(LDLIBS) -o testcustom.h custom.cc : custom.idl $(IDLGEN) $(IDL) custom.idlrun: customclean: rm -f custom.cc custom.h rm -f *.o core test *~ .depend
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -