address.plg
来自「是一个简单的通讯录」· PLG 代码 · 共 48 行
PLG
48 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Address - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\yueqing\LOCALS~1\Temp\RSP143.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Address.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\VC++\addresslist\通讯录\Address\AddressDlg.cpp"
"E:\VC++\addresslist\通讯录\Address\ChangePswDlg.cpp"
"E:\VC++\addresslist\通讯录\Address\MainDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yueqing\LOCALS~1\Temp\RSP143.tmp"
Creating temporary file "C:\DOCUME~1\yueqing\LOCALS~1\Temp\RSP144.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Address.pdb" /debug /machine:I386 /out:"Debug/Address.exe" /pdbtype:sept
".\Debug\Aboutdlg.obj"
".\Debug\AddInfoDlg.obj"
".\Debug\Address.obj"
".\Debug\AddressDlg.obj"
".\Debug\ChangePswDlg.obj"
".\Debug\MainDlg.obj"
".\Debug\ModifyDlg.obj"
".\Debug\PersonSet.obj"
".\Debug\PswdSet.obj"
".\Debug\StdAfx.obj"
".\Debug\Address.res"
]
Creating command line "link.exe @C:\DOCUME~1\yueqing\LOCALS~1\Temp\RSP144.tmp"
<h3>Output Window</h3>
Compiling...
AddressDlg.cpp
ChangePswDlg.cpp
MainDlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
Address.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?