?? makefile.win32
字號:
all: client.exe server.exeRELATIVE = ..\..\..!include ..\..\MakeVars.win32INSTALL_DIR = poa\hello-2INSTALL_SRCS = Makefile client.cc server.cc hello.idlINSTALL_SCRIPTS = helloserver.exe: hello.h hello.obj server.obj $(LD) $(LDFLAGS) hello.obj server.obj $(LDLIBS) /out:server.execlient.exe: hello.h hello.obj client.obj $(LD) $(LDFLAGS) hello.obj client.obj $(LDLIBS) /out:client.exe hello.h hello.cc : hello.idl $(IDLGEN) $(IDL) --poa-ties hello.idlclean: -$(RM) /f /q 2> nul hello.cc hello.h *.o core client server *~ .depend *.exe *.obj *.pdb -$(DELETE)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -