📄 example.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Example - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Example.res" /d "_DEBUG" /d "_AFXDLL" "F:\临时文件夹\新建文件夹\Visual C++ 6.0应用编程150例\Chap1\Example001\Example.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP14.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Example.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\临时文件夹\新建文件夹\Visual C++ 6.0应用编程150例\Chap1\Example001\Example.cpp"
"F:\临时文件夹\新建文件夹\Visual C++ 6.0应用编程150例\Chap1\Example001\ExampleDoc.cpp"
"F:\临时文件夹\新建文件夹\Visual C++ 6.0应用编程150例\Chap1\Example001\ExampleView.cpp"
"F:\临时文件夹\新建文件夹\Visual C++ 6.0应用编程150例\Chap1\Example001\MainFrm.cpp"
"F:\临时文件夹\新建文件夹\Visual C++ 6.0应用编程150例\Chap1\Example001\Splash.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP14.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP15.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Example.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\临时文件夹\新建文件夹\Visual C++ 6.0应用编程150例\Chap1\Example001\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP15.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP16.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Example.pdb" /debug /machine:I386 /out:"Debug/Example.exe" /pdbtype:sept
".\Debug\Example.obj"
".\Debug\ExampleDoc.obj"
".\Debug\ExampleView.obj"
".\Debug\MainFrm.obj"
".\Debug\Splash.obj"
".\Debug\StdAfx.obj"
".\Debug\Example.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP16.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Example.cpp
ExampleDoc.cpp
ExampleView.cpp
MainFrm.cpp
Splash.cpp
Generating Code...
Linking...
<h3>Results</h3>
Example.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -