ex07b.plg

来自「vcpp32_5.rar」· PLG 代码 · 共 39 行

PLG
39
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ex07b - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "c:\windows\TEMP\RSP6114.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/ex07b.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"D:\vcpp32\ex07b\MainFrm.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSP6114.TMP" 
Creating temporary file "c:\windows\TEMP\RSP6115.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ex07b.pdb" /debug /machine:I386 /out:"Debug/ex07b.exe" /pdbtype:sept 
.\Debug\ex07b.obj
.\Debug\ex07bDoc.obj
.\Debug\ex07bView.obj
.\Debug\MainFrm.obj
.\Debug\SpecFileDlg.obj
.\Debug\StdAfx.obj
.\Debug\ex07b.res
]
Creating command line "link.exe @c:\windows\TEMP\RSP6115.TMP"
<h3>Output Window</h3>
Compiling...
MainFrm.cpp
Linking...



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

⌨️ 快捷键说明

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