cdplayer.plg

来自「Visual C++_ 600 编程学习捷径」· PLG 代码 · 共 41 行

PLG
41
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: CDPlayer - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D2.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/CDPlayer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ   /c 
"E:\Visual C++编程技术\源程序\CDPlayer\CDPlayerDlg.cpp"
"E:\Visual C++编程技术\源程序\CDPlayer\Editer.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D2.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D3.tmp" with contents
[
winmm.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/CDPlayer.pdb" /debug /machine:I386 /out:"Debug/CDPlayer.exe" /pdbtype:sept 
".\Debug\CDPlayer.obj"
".\Debug\CDPlayerDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\CDPlayer.res"
".\Debug\Editer.obj"
".\Debug\CDAudio.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D3.tmp"
<h3>Output Window</h3>
Compiling...
CDPlayerDlg.cpp
Editer.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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