cdplayer.plg
来自「Visual+C+++6[1].0实用教程代码 Visual+C+++6[1]」· PLG 代码 · 共 54 行
PLG
54 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: CDPlayer - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Release/CDPlayer.res" /d "NDEBUG" "E:\VC6.0代码\第10章\CDPlayer\CDPlayer.rc""
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP1AA.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp"Release/CDPlayer.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\VC6.0代码\第10章\CDPlayer\CDAudio.cpp"
"E:\VC6.0代码\第10章\CDPlayer\CDPlayer.cpp"
"E:\VC6.0代码\第10章\CDPlayer\CDPlayerDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP1AA.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP1AB.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp"Release/CDPlayer.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\VC6.0代码\第10章\CDPlayer\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP1AB.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP1AC.tmp" with contents
[
winmm.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/CDPlayer.pdb" /machine:I386 /out:"Release/CDPlayer.exe"
".\Release\CDAudio.obj"
".\Release\CDPlayer.obj"
".\Release\CDPlayerDlg.obj"
".\Release\StdAfx.obj"
".\Release\CDPlayer.res"
]
Creating command line "link.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP1AC.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CDAudio.cpp
CDPlayer.cpp
CDPlayerDlg.cpp
Generating Code...
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "comdlg32.dll" discarded by /OPT:REF
<h3>Results</h3>
CDPlayer.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?