makefile.win32
来自「MICO2.3.13 corba 环境平台」· WIN32 代码 · 共 22 行
WIN32
22 行
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 + =
减小字号Ctrl + -
显示快捷键?