self diagnose.plg
来自「在PC端实现的光收发模块的自诊断」· PLG 代码 · 共 40 行
PLG
40 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Self diagnose - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Self diagnose.res" /d "_DEBUG" /d "_AFXDLL" "E:\工作区\自诊断\Self diagnose1\Self diagnose.rc""
Creating temporary file "F:\DOCUME~1\段靖远\LOCALS~1\Temp\RSP27.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Self diagnose.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\工作区\自诊断\Self diagnose1\Self diagnoseDlg.cpp"
]
Creating command line "cl.exe @"F:\DOCUME~1\段靖远\LOCALS~1\Temp\RSP27.tmp""
Creating temporary file "F:\DOCUME~1\段靖远\LOCALS~1\Temp\RSP28.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Self diagnose.pdb" /debug /machine:I386 /out:"Debug/Self diagnose.exe" /pdbtype:sept
".\Debug\mscomm.obj"
".\Debug\Self diagnose.obj"
".\Debug\Self diagnoseDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\Self diagnose.res"
]
Creating command line "link.exe @"F:\DOCUME~1\段靖远\LOCALS~1\Temp\RSP28.tmp""
<h3>Output Window</h3>
Compiling resources...
Compiling...
Self diagnoseDlg.cpp
e:\工作区\自诊断\self diagnose1\self diagnosedlg.cpp(4) : warning C4652: compiler option 'Generate Browser Info' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
Linking...
<h3>Results</h3>
Self diagnose.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?