dsplit.plg
来自「数字图像处理课间。非常全面」· PLG 代码 · 共 72 行
PLG
72 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: DSplit - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\WANGHU~1\LOCALS~1\Temp\RSP101.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /FR"Release/" /Fp"Release/DSplit.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\matrix\SRTP\人脸识别系统\VC++图像处理程序设计配套光盘\第四章灰度变换\DlgChuangkoubianhuan.cpp"
"D:\matrix\SRTP\人脸识别系统\VC++图像处理程序设计配套光盘\第四章灰度变换\DlgZhiFangTu.cpp"
"D:\matrix\SRTP\人脸识别系统\VC++图像处理程序设计配套光盘\第四章灰度变换\DynSplitView2.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\WANGHU~1\LOCALS~1\Temp\RSP101.tmp"
Creating temporary file "C:\DOCUME~1\WANGHU~1\LOCALS~1\Temp\RSP102.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/DSplit.pdb" /machine:I386 /out:"Release/DSplit.exe"
".\Release\Cdib.obj"
".\Release\DialogShuangYu.obj"
".\Release\DlgChuangkoubianhuan.obj"
".\Release\DlgGuDingFaZhi.obj"
".\Release\DlgZhexianbianhuan.obj"
".\Release\DlgZhiFangTu.obj"
".\Release\DSplit.obj"
".\Release\DSplitDoc.obj"
".\Release\DSplitView.obj"
".\Release\DynSplitterWnd.obj"
".\Release\DynSplitView2.obj"
".\Release\HuiDuBianHuanDib.obj"
".\Release\MainFrm.obj"
".\Release\StdAfx.obj"
".\Release\DSplit.res"
]
Creating command line "link.exe @C:\DOCUME~1\WANGHU~1\LOCALS~1\Temp\RSP102.tmp"
<h3>Output Window</h3>
Compiling...
DlgChuangkoubianhuan.cpp
DlgZhiFangTu.cpp
DynSplitView2.cpp
Generating Code...
Linking...
Creating temporary file "C:\DOCUME~1\WANGHU~1\LOCALS~1\Temp\RSP104.tmp" with contents
[
/nologo /o"Release/DSplit.bsc"
".\Release\StdAfx.sbr"
".\Release\Cdib.sbr"
".\Release\DialogShuangYu.sbr"
".\Release\DlgChuangkoubianhuan.sbr"
".\Release\DlgGuDingFaZhi.sbr"
".\Release\DlgZhexianbianhuan.sbr"
".\Release\DlgZhiFangTu.sbr"
".\Release\DSplit.sbr"
".\Release\DSplitDoc.sbr"
".\Release\DSplitView.sbr"
".\Release\DynSplitterWnd.sbr"
".\Release\DynSplitView2.sbr"
".\Release\HuiDuBianHuanDib.sbr"
".\Release\MainFrm.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\WANGHU~1\LOCALS~1\Temp\RSP104.tmp"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
DSplit.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?