2dcad.plg

来自「Visual c++.程序设计培训教程」· PLG 代码 · 共 43 行

PLG
43
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 2DCAD - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSPB153.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/2DCAD.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\VC讲座\2DCAD\2DCADView.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPB153.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSPB154.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/2DCAD.pdb" /debug /machine:I386 /out:"Debug/2DCAD.exe" /pdbtype:sept 
".\Debug\2DCAD.obj"
".\Debug\2DCADDoc.obj"
".\Debug\2DCADView.obj"
".\Debug\ColorForm.obj"
".\Debug\LineStyleDlg.obj"
".\Debug\LineWidthDlg.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\TextView.obj"
".\Debug\UIThread.obj"
".\Debug\2DCAD.res"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPB154.TMP"
<h3>Output Window</h3>
Compiling...
2DCADView.cpp
Linking...



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

⌨️ 快捷键说明

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