📄 supernotepad.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SuperNotepad - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/SuperNotepad.res" /d "_DEBUG" /d "_AFXDLL" "D:\VC案例详解\vc案例书\sample3\SuperNotepad\SuperNotepad.rc""
Creating temporary file "C:\DOCUME~1\USER\LOCALS~1\Temp\RSP4B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/SuperNotepad.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\VC案例详解\vc案例书\sample3\SuperNotepad\AboutSuperNotepad.cpp"
"D:\VC案例详解\vc案例书\sample3\SuperNotepad\font.cpp"
"D:\VC案例详解\vc案例书\sample3\SuperNotepad\monthview.cpp"
"D:\VC案例详解\vc案例书\sample3\SuperNotepad\MySingletonClass.cpp"
"D:\VC案例详解\vc案例书\sample3\SuperNotepad\picture.cpp"
"D:\VC案例详解\vc案例书\sample3\SuperNotepad\RegularTipDlg.cpp"
"D:\VC案例详解\vc案例书\sample3\SuperNotepad\SuperNotepad.cpp"
"D:\VC案例详解\vc案例书\sample3\SuperNotepad\SuperNotepadDlg.cpp"
"D:\VC案例详解\vc案例书\sample3\SuperNotepad\TipInfoDlg.cpp"
"D:\VC案例详解\vc案例书\sample3\SuperNotepad\UseExplain.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\USER\LOCALS~1\Temp\RSP4B.tmp"
Creating temporary file "C:\DOCUME~1\USER\LOCALS~1\Temp\RSP4C.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/SuperNotepad.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\VC案例详解\vc案例书\sample3\SuperNotepad\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\USER\LOCALS~1\Temp\RSP4C.tmp"
Creating temporary file "C:\DOCUME~1\USER\LOCALS~1\Temp\RSP4D.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/SuperNotepad.pdb" /debug /machine:I386 /out:"Debug/SuperNotepad.exe" /pdbtype:sept
".\Debug\AboutSuperNotepad.obj"
".\Debug\font.obj"
".\Debug\monthview.obj"
".\Debug\MySingletonClass.obj"
".\Debug\picture.obj"
".\Debug\RegularTipDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\SuperNotepad.obj"
".\Debug\SuperNotepadDlg.obj"
".\Debug\TipInfoDlg.obj"
".\Debug\UseExplain.obj"
".\Debug\SuperNotepad.res"
]
Creating command line "link.exe @C:\DOCUME~1\USER\LOCALS~1\Temp\RSP4D.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
AboutSuperNotepad.cpp
font.cpp
monthview.cpp
MySingletonClass.cpp
picture.cpp
RegularTipDlg.cpp
SuperNotepad.cpp
SuperNotepadDlg.cpp
TipInfoDlg.cpp
UseExplain.cpp
Generating Code...
Linking...
Creating temporary file "C:\DOCUME~1\USER\LOCALS~1\Temp\RSP4F.tmp" with contents
[
/nologo /o"Debug/SuperNotepad.bsc"
".\Debug\StdAfx.sbr"
".\Debug\AboutSuperNotepad.sbr"
".\Debug\font.sbr"
".\Debug\monthview.sbr"
".\Debug\MySingletonClass.sbr"
".\Debug\picture.sbr"
".\Debug\RegularTipDlg.sbr"
".\Debug\SuperNotepad.sbr"
".\Debug\SuperNotepadDlg.sbr"
".\Debug\TipInfoDlg.sbr"
".\Debug\UseExplain.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\USER\LOCALS~1\Temp\RSP4F.tmp"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
SuperNotepad.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -