mfc01.plg
来自「该程序包含了MFC编程的一个实例」· PLG 代码 · 共 47 行
PLG
47 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MFC01 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPE0.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/MFC01.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Lesson\WinAPi\Lesson1Code\MFC01\MFC01.cpp"
"E:\Lesson\WinAPi\Lesson1Code\MFC01\MainFrm.cpp"
"E:\Lesson\WinAPi\Lesson1Code\MFC01\MFC01Doc.cpp"
"E:\Lesson\WinAPi\Lesson1Code\MFC01\MFC01View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPE0.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPE1.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/MFC01.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Lesson\WinAPi\Lesson1Code\MFC01\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPE1.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
MFC01.cpp
MainFrm.cpp
MFC01Doc.cpp
MFC01View.cpp
Generating Code...
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/MFC01.pdb" /debug /machine:I386 /out:"Debug/MFC01.exe" /pdbtype:sept .\Debug\MFC01.obj .\Debug\StdAfx.obj .\Debug\MainFrm.obj .\Debug\MFC01Doc.obj .\Debug\MFC01View.obj .\Debug\MFC01.res "
<h3>Output Window</h3>
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/MFC01.bsc" .\Debug\StdAfx.sbr .\Debug\MFC01.sbr .\Debug\MainFrm.sbr .\Debug\MFC01Doc.sbr .\Debug\MFC01View.sbr"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
MFC01.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?