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