chapter10_bothserverps.mk

来自「这是ATL电子书的随书代码」· MK 代码 · 共 15 行

MK
15
字号

Chapter10_BothServerps.dll: dlldata.obj Chapter10_BothServer_p.obj Chapter10_BothServer_i.obj
	link /dll /out:Chapter10_BothServerps.dll /def:Chapter10_BothServerps.def /entry:DllMain dlldata.obj Chapter10_BothServer_p.obj Chapter10_BothServer_i.obj kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib 

.c.obj:
	cl /c /Ox /DWIN32 /D_WIN32_WINNT=0x0400 /DREGISTER_PROXY_DLL $<

clean:
	@del Chapter10_BothServerps.dll
	@del Chapter10_BothServerps.lib
	@del Chapter10_BothServerps.exp
	@del dlldata.obj
	@del Chapter10_BothServer_p.obj
	@del Chapter10_BothServer_i.obj

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?