setup.plg
来自「网络编程最基本最常用的网络端和客户端的程序实现」· PLG 代码 · 共 27 行
PLG
27 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Setup - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSPA250.TMP" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Setup.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"H:\范例\第5章\范例\范例5-1\Server\Setup.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPA250.TMP"
<h3>Output Window</h3>
Compiling...
Skipping... (no relevant changes detected)
Setup.cpp
<h3>Results</h3>
Setup.obj - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?