📄 makefile.win32
字号:
!include ..\..\..\MakeVars.win32!include ..\MakeVars.win32!ifdef VC8mt: $(MT) -manifest client.exe.manifest -outputresource:client.exe;#1 $(MT) -manifest server.exe.manifest -outputresource:server.exe;#1!elsemt:!endifall: client.exe server.exe mtclient.exe: hello.obj client.obj $(LINK) $(LINKFLAGS) client.obj hello.obj /subsystem:console /libpath:..\..\..\win32-bin\lib \ micoccm$(VERSION).lib micocoss$(VERSION).lib mico$(VERSION).lib /out:client.exeserver.exe: hello_impl.obj hello_ccm.obj hello.obj $(LINK) $(LINKFLAGS) hello.obj hello_impl.obj hello_ccm.obj /subsystem:console \ /libpath:..\..\..\win32-bin\lib $(CCMLIBS) /out:server.execlient.obj: client.cc hello.hhello.obj: hello.cchello_impl.obj: hello_impl.cc hello_ccm.h hello.hhello_ccm.obj: hello_ccm.cchello_ccm.cc hello_ccm.h: hello.idl mico-ccm --standalone hello.idlhello.cc hello.h: hello.idl $(IDL) $(IDLFLAGS) hello.idlclean: -$(RM) client.exe server.exe -$(RM) *.obj -$(RM) hello_ccm.cc hello_ccm.idl -$(RM) hello.cc hello.hello.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -