raster.plg

来自「visual c++数字图像与图形处理中的光盘内容」· PLG 代码 · 共 61 行

PLG
61
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Raster - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/Raster.res" /d "NDEBUG" /d "_AFXDLL" "E:\VcPrg\c07\Raster\Raster.rc"" 
Creating temporary file "C:\WINDOWS\TEMP\RSPC213.TMP" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Raster.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"E:\VcPrg\c07\Raster\Dib.cpp"
"E:\VcPrg\c07\Raster\EllipseFilterDialog.cpp"
"E:\VcPrg\c07\Raster\MainFrm.cpp"
"E:\VcPrg\c07\Raster\Raster.cpp"
"E:\VcPrg\c07\Raster\RasterDoc.cpp"
"E:\VcPrg\c07\Raster\RasterView.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPC213.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSPC214.TMP" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Raster.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"E:\VcPrg\c07\Raster\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPC214.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSPC215.TMP" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/Raster.pdb" /machine:I386 /out:"Release/Raster.exe" 
.\Release\Dib.obj
.\Release\EllipseFilterDialog.obj
.\Release\MainFrm.obj
.\Release\Raster.obj
.\Release\RasterDoc.obj
.\Release\RasterView.obj
.\Release\StdAfx.obj
.\Release\Raster.res
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPC215.TMP"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Dib.cpp
EllipseFilterDialog.cpp
MainFrm.cpp
Raster.cpp
RasterDoc.cpp
RasterView.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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