?? lexdemo.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: lexDemo - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/lexDemo.res" /d "NDEBUG" "F:\Course\compileStudy\Compile_Practice\lexDemo\lexDemo.rc""
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Release/" /Fp"Release/lexDemo.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\Course\compileStudy\Compile_Practice\lexDemo\lexDemo.cpp"
"F:\Course\compileStudy\Compile_Practice\lexDemo\lexDemoDoc.cpp"
"F:\Course\compileStudy\Compile_Practice\lexDemo\lexDemoView.cpp"
"F:\Course\compileStudy\Compile_Practice\lexDemo\LexUtil.cpp"
"F:\Course\compileStudy\Compile_Practice\lexDemo\MainFrm.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8.tmp"
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Release/" /Fp"Release/lexDemo.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\Course\compileStudy\Compile_Practice\lexDemo\StdAfx.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP9.tmp"
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/lexDemo.pdb" /machine:I386 /out:"Release/lexDemo.exe"
.\Release\lexDemo.obj
.\Release\lexDemoDoc.obj
.\Release\lexDemoView.obj
.\Release\LexUtil.obj
.\Release\MainFrm.obj
.\Release\StdAfx.obj
.\Release\lexDemo.res
]
Creating command line "link.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
lexDemo.cpp
lexDemoDoc.cpp
lexDemoView.cpp
LexUtil.cpp
MainFrm.cpp
Generating Code...
Linking...
Creating command line "bscmake.exe /nologo /o"Release/lexDemo.bsc" .\Release\StdAfx.sbr .\Release\lexDemo.sbr .\Release\lexDemoDoc.sbr .\Release\lexDemoView.sbr .\Release\LexUtil.sbr .\Release\MainFrm.sbr"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
lexDemo.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -