📄 demo32.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: demo32 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/demo32.res" /d "_DEBUG" /d "_AFXDLL" "F:\demo32\demo32.rc""
Creating temporary file "C:\DOCUME~1\Andy\LOCALS~1\Temp\RSP5F.tmp" with contents
[
/nologo /G5 /Zp1 /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/demo32.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"F:\demo32\demo32.cpp"
"F:\demo32\demo32Doc.cpp"
"F:\demo32\demo32View.cpp"
"F:\demo32\MainFrm.cpp"
"F:\demo32\StkDemo.cpp"
"F:\demo32\STKDRV.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Andy\LOCALS~1\Temp\RSP5F.tmp"
Creating temporary file "C:\DOCUME~1\Andy\LOCALS~1\Temp\RSP60.tmp" with contents
[
/nologo /G5 /Zp1 /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/demo32.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"F:\demo32\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Andy\LOCALS~1\Temp\RSP60.tmp"
Creating temporary file "C:\DOCUME~1\Andy\LOCALS~1\Temp\RSP61.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/demo32.pdb" /debug /machine:I386 /out:"Debug/demo32.exe" /pdbtype:sept
.\Debug\demo32.obj
.\Debug\demo32Doc.obj
.\Debug\demo32View.obj
.\Debug\MainFrm.obj
.\Debug\StdAfx.obj
.\Debug\StkDemo.obj
.\Debug\STKDRV.obj
.\Debug\demo32.res
]
Creating command line "link.exe @C:\DOCUME~1\Andy\LOCALS~1\Temp\RSP61.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
demo32.cpp
demo32Doc.cpp
demo32View.cpp
MainFrm.cpp
StkDemo.cpp
F:\demo32\StkDemo.cpp(171) : warning C4018: '<' : signed/unsigned mismatch
STKDRV.cpp
Generating Code...
Linking...
<h3>Results</h3>
demo32.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -