ex_city.plg

来自「Visual C++应用教程-源代码 本书在复习C++基础知识后」· PLG 代码 · 共 33 行

PLG
33
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Ex_City - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\DINGYO~1\LOCALS~1\Temp\RSP72.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Ex_City.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ   /c 
"D:\Visual C++应用\第3章\Ex_City\Ex_City.cpp"
"D:\Visual C++应用\第3章\Ex_City\Ex_CityDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DINGYO~1\LOCALS~1\Temp\RSP72.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Ex_City.pdb" /debug /machine:I386 /out:"Debug/Ex_City.exe" /pdbtype:sept  ".\Debug\Ex_City.obj" ".\Debug\Ex_CityDlg.obj" ".\Debug\StdAfx.obj" ".\Debug\Ex_City.res" "
<h3>Output Window</h3>
Compiling...
Ex_CityDlg.cpp
Generating Code...
Compiling...
Ex_City.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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