📄 uthief.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: UThief - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP268.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/UThief.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\C++\UThief\Main.cpp"
"E:\C++\UThief\Service.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP268.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP269.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/UThief.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\C++\UThief\Stdafx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP269.tmp"
Creating command line "link.exe kernel32.lib user32.lib advapi32.lib /nologo /incremental:no /pdb:"Release/UThief.pdb" /machine:I386 /out:"Release/UThief.exe" ".\Release\Main.obj" ".\Release\Service.obj" ".\Release\Stdafx.obj" "
<h3>Output Window</h3>
Compiling...
Stdafx.cpp
Compiling...
Main.cpp
Service.cpp
Generating Code...
Linking...
<h3>Results</h3>
UThief.exe - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: UThief - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26B.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/UThief.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\C++\UThief\Main.cpp"
"E:\C++\UThief\Service.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26B.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26C.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/UThief.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\C++\UThief\Stdafx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26C.tmp"
Creating command line "link.exe kernel32.lib user32.lib advapi32.lib /nologo /incremental:yes /pdb:"Debug/UThief.pdb" /debug /machine:I386 /out:"Debug/UThief.exe" /pdbtype:sept ".\Debug\Main.obj" ".\Debug\Service.obj" ".\Debug\Stdafx.obj" "
<h3>Output Window</h3>
Compiling...
Stdafx.cpp
Compiling...
Main.cpp
Service.cpp
Generating Code...
Linking...
<h3>Results</h3>
UThief.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -