inituser.plg

来自「利用哈希运算产生服务端和客户端的通信密钥」· PLG 代码 · 共 24 行

PLG
24
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: inituser - Win32 Debug--------------------
</h3>


Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

 cl -Z7 -Od -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DWIN32  -D_WIN32 inituser.c
inituser.c
 link -debug:full -debugtype:cv /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0 -machine:i386 -out:inituser.exe inituser.obj msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib advapi32.lib crypt32.lib



<h3>Results</h3>
inituser.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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