yuvviewer.plg

来自「《Visual C++小波变换技术与工程实践》作者:靳济芳。书上的代码。第11章」· PLG 代码 · 共 41 行

PLG
41
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: YUVviewer - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP57.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/YUVviewer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\3_工作目录\1_zhww\1_文档目录\Chapter C\YUVviewerSrc\YUVviewerDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP57.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP58.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/YUVviewer.pdb" /debug /machine:I386 /nodefaultlib:"libc" /out:"Debug/YUVviewer.exe" /pdbtype:sept 
".\Debug\ChildWindow.obj"
".\Debug\StdAfx.obj"
".\Debug\YUVviewer.obj"
".\Debug\YUVviewerDlg.obj"
".\Debug\YUVviewer.res"
".\cscc.lib"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP58.tmp"
<h3>Output Window</h3>
Compiling...
YUVviewerDlg.cpp
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/YUVviewer.bsc"  ".\Debug\StdAfx.sbr" ".\Debug\ChildWindow.sbr" ".\Debug\YUVviewer.sbr" ".\Debug\YUVviewerDlg.sbr""
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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