?? makefile
字號:
all: .depend client serverDIR_PREFIX=../include ../../MakeVarsINSTALL_DIR = poa/inheritINSTALL_SRCS = Makefile client.cc server.cc inherit.idlINSTALL_SCRIPTS = inheritserver: inherit.h inherit.o server.o $(DEPS) $(LD) $(CXXFLAGS) $(LDFLAGS) inherit.o server.o $(LDLIBS) -o serverclient: inherit.h inherit.o client.o $(DEPS) $(LD) $(CXXFLAGS) $(LDFLAGS) inherit.o client.o $(LDLIBS) -o client inherit.h inherit.cc : inherit.idl $(IDLGEN) $(IDL) --poa-ties inherit.idlrun: inheritclean: rm -f inherit.cc inherit.h *.o core client server *~ .depend
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -