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