bar.plg
来自「MFC编程实例」· PLG 代码 · 共 58 行
PLG
58 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Bar - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/Bar.res" /d "_DEBUG" /d "_AFXDLL" "D:\Study\编程\C&C++文档\MFC编程实例\Chap1\1.9\Bar\Bar.rc""
Creating temporary file "C:\DOCUME~1\HK\LOCALS~1\Temp\RSP89.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/Bar.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"D:\Study\编程\C&C++文档\MFC编程实例\Chap1\1.9\Bar\Bar.cpp"
"D:\Study\编程\C&C++文档\MFC编程实例\Chap1\1.9\Bar\BarDoc.cpp"
"D:\Study\编程\C&C++文档\MFC编程实例\Chap1\1.9\Bar\BarView.cpp"
"D:\Study\编程\C&C++文档\MFC编程实例\Chap1\1.9\Bar\MainFrm.cpp"
"D:\Study\编程\C&C++文档\MFC编程实例\Chap1\1.9\Bar\MDlgBar.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\HK\LOCALS~1\Temp\RSP89.tmp"
Creating temporary file "C:\DOCUME~1\HK\LOCALS~1\Temp\RSP8A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/Bar.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"D:\Study\编程\C&C++文档\MFC编程实例\Chap1\1.9\Bar\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\HK\LOCALS~1\Temp\RSP8A.tmp"
Creating temporary file "C:\DOCUME~1\HK\LOCALS~1\Temp\RSP8B.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Bar.pdb" /debug /machine:I386 /out:"Debug/Bar.exe" /pdbtype:sept
".\Debug\Bar.obj"
".\Debug\BarDoc.obj"
".\Debug\BarView.obj"
".\Debug\MainFrm.obj"
".\Debug\MDlgBar.obj"
".\Debug\StdAfx.obj"
".\Debug\Bar.res"
]
Creating command line "link.exe @C:\DOCUME~1\HK\LOCALS~1\Temp\RSP8B.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Bar.cpp
BarDoc.cpp
BarView.cpp
MainFrm.cpp
MDlgBar.cpp
Generating Code...
Linking...
<h3>Results</h3>
Bar.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?