hexview.plg

来自「Visual C++编程宝典随书光盘里的代码」· PLG 代码 · 共 45 行

PLG
45
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: hexview - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo".\WinRel/hexview.res" /d "NDEBUG" "C:\VCBib\Chap21\HexViewMDI\hexview.rc"" 
Creating temporary file "C:\TEMP\RSPF2D5.TMP" with contents
[
/nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /Fp".\WinRel/Hexview.pch" /Yu"stdafx.h" /Fo".\WinRel/" /Fd".\WinRel/" /FD /c 
"C:\VCBib\Chap21\HexViewMDI\hexvidoc.cpp"
"C:\VCBib\Chap21\HexViewMDI\hexview.cpp"
"C:\VCBib\Chap21\HexViewMDI\hexvivw.cpp"
"C:\VCBib\Chap21\HexViewMDI\mainfrm.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSPF2D5.TMP" 
Creating temporary file "C:\TEMP\RSPF2D6.TMP" with contents
[
/nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /Fp".\WinRel/Hexview.pch" /Yc"stdafx.h" /Fo".\WinRel/" /Fd".\WinRel/" /FD /c 
"C:\VCBib\Chap21\HexViewMDI\stdafx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSPF2D6.TMP" 
Creating command line "link.exe /nologo /subsystem:windows /profile /machine:I386 /out:".\WinRel/Hexview.exe"  .\WinRel\hexvidoc.obj .\WinRel\hexview.obj .\WinRel\hexvivw.obj .\WinRel\mainfrm.obj .\WinRel\stdafx.obj .\WinRel\hexview.res "
<h3>Output Window</h3>
Compiling resources...
Compiling...
stdafx.cpp
Compiling...
hexvidoc.cpp
hexview.cpp
hexvivw.cpp
mainfrm.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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