vc13.plg

来自「Visual C++ 6.0编程基础与范例」· PLG 代码 · 共 41 行

PLG
41
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: vc13 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/vc13.res" /d "_DEBUG" /d "_AFXDLL" "e:\VCBOOK\vc13\vc13.rc"" 
Creating temporary file "C:\WINDOWS\TEMP\RSP3005.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/vc13.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"e:\VCBOOK\vc13\vc13View.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP3005.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP3006.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/vc13.pdb" /debug /machine:I386 /out:"Debug/vc13.exe" /pdbtype:sept 
.\Debug\MainFrm.obj
.\Debug\StdAfx.obj
.\Debug\vc13.obj
.\Debug\vc13Doc.obj
.\Debug\vc13Set.obj
.\Debug\vc13View.obj
.\Debug\vc13.res
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP3006.TMP"
<h3>Output Window</h3>
Compiling resources...
Compiling...
vc13View.cpp
Linking...



<h3>Results</h3>
vc13.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?