day10.plg
来自「学习VC的一些例子」· PLG 代码 · 共 58 行
PLG
58 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Day10 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Day10.res" /d "_DEBUG" /d "_AFXDLL" "G:\整理的CPP\学用VisualC++6.0\第十章\Day10\Day10.rc""
Creating temporary file "C:\WINDOWS\TEMP\RSP5242.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Day10.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\整理的CPP\学用VisualC++6.0\第十章\Day10\Day10.cpp"
"G:\整理的CPP\学用VisualC++6.0\第十章\Day10\Day10Doc.cpp"
"G:\整理的CPP\学用VisualC++6.0\第十章\Day10\Day10View.cpp"
"G:\整理的CPP\学用VisualC++6.0\第十章\Day10\Line.cpp"
"G:\整理的CPP\学用VisualC++6.0\第十章\Day10\MainFrm.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP5242.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSP5243.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Day10.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\整理的CPP\学用VisualC++6.0\第十章\Day10\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP5243.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSP5244.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Day10.pdb" /debug /machine:I386 /out:"Debug/Day10.exe" /pdbtype:sept
".\Debug\Day10.obj"
".\Debug\Day10Doc.obj"
".\Debug\Day10View.obj"
".\Debug\Line.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\Day10.res"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP5244.TMP"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Day10.cpp
Day10Doc.cpp
Day10View.cpp
Line.cpp
MainFrm.cpp
Generating Code...
Linking...
<h3>Results</h3>
Day10.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?