📄 example.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Example - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1.WAN\LOCALS~1\Temp\RSPAE.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Example.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"L:\150\VC6\Chap1-界面特效处理\Example\Example.cpp"
"L:\150\VC6\Chap1-界面特效处理\Example\MainFrm.cpp"
"L:\150\VC6\Chap1-界面特效处理\Example\ExampleDoc.cpp"
"L:\150\VC6\Chap1-界面特效处理\Example\ExampleView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1.WAN\LOCALS~1\Temp\RSPAE.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1.WAN\LOCALS~1\Temp\RSPAF.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Example.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"L:\150\VC6\Chap1-界面特效处理\Example\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1.WAN\LOCALS~1\Temp\RSPAF.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1.WAN\LOCALS~1\Temp\RSPB0.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Example.pdb" /debug /machine:I386 /out:"Debug/Example.exe" /pdbtype:sept
".\Debug\Example.obj"
".\Debug\StdAfx.obj"
".\Debug\MainFrm.obj"
".\Debug\ExampleDoc.obj"
".\Debug\ExampleView.obj"
".\Debug\Example.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1.WAN\LOCALS~1\Temp\RSPB0.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
NOTE: WINVER has been defined as 0x0500 or greater which enables
Windows NT 5.0 and Windows 98 features. When these headers were released,
Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.
For this release when WINVER is defined as 0x0500 or greater, you can only
build beta or test applications. To build a retail application,
set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk
to see if retail Windows NT 5.0 or Windows 98 headers are available.
See the SDK release notes for more information.
Compiling...
Example.cpp
MainFrm.cpp
ExampleDoc.cpp
ExampleView.cpp
Generating Code...
Linking...
<h3>Results</h3>
Example.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -