📄 hrd.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: HRD - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\fangg\LOCALS~1\Temp\RSPB4.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/HRD.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\fangg\桌面\HRD5-26\HRD5-26\AVLNode.cpp"
"C:\Documents and Settings\fangg\桌面\HRD5-26\HRD5-26\AVLTree.cpp"
"C:\Documents and Settings\fangg\桌面\HRD5-26\HRD5-26\chess.cpp"
"C:\Documents and Settings\fangg\桌面\HRD5-26\HRD5-26\chessBoard.cpp"
"C:\Documents and Settings\fangg\桌面\HRD5-26\HRD5-26\ListNode.cpp"
"C:\Documents and Settings\fangg\桌面\HRD5-26\HRD5-26\main.cpp"
"C:\Documents and Settings\fangg\桌面\HRD5-26\HRD5-26\MoveMethod.cpp"
"C:\Documents and Settings\fangg\桌面\HRD5-26\HRD5-26\point.cpp"
"C:\Documents and Settings\fangg\桌面\HRD5-26\HRD5-26\TreeList.cpp"
"C:\Documents and Settings\fangg\桌面\HRD5-26\HRD5-26\TreeListNode.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\fangg\LOCALS~1\Temp\RSPB4.tmp"
Creating temporary file "C:\DOCUME~1\fangg\LOCALS~1\Temp\RSPB5.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/HRD.pdb" /debug /machine:I386 /out:"Debug/HRD.exe" /pdbtype:sept
".\Debug\AVLNode.obj"
".\Debug\AVLTree.obj"
".\Debug\chess.obj"
".\Debug\chessBoard.obj"
".\Debug\ListNode.obj"
".\Debug\main.obj"
".\Debug\MoveMethod.obj"
".\Debug\point.obj"
".\Debug\TreeList.obj"
".\Debug\TreeListNode.obj"
]
Creating command line "link.exe @C:\DOCUME~1\fangg\LOCALS~1\Temp\RSPB5.tmp"
<h3>Output Window</h3>
Compiling...
AVLNode.cpp
AVLTree.cpp
chess.cpp
chessBoard.cpp
ListNode.cpp
c:\documents and settings\fangg\桌面\hrd5-26\hrd5-26\chessboard.cpp(116) : warning C4715: 'ChessBoard::CanUp' : not all control paths return a value
c:\documents and settings\fangg\桌面\hrd5-26\hrd5-26\chessboard.cpp(160) : warning C4715: 'ChessBoard::CanLeft' : not all control paths return a value
c:\documents and settings\fangg\桌面\hrd5-26\hrd5-26\chessboard.cpp(204) : warning C4715: 'ChessBoard::CanRight' : not all control paths return a value
main.cpp
MoveMethod.cpp
point.cpp
TreeList.cpp
TreeListNode.cpp
Linking...
Creating temporary file "C:\DOCUME~1\fangg\LOCALS~1\Temp\RSPB7.tmp" with contents
[
/nologo /o"Debug/HRD.bsc"
".\Debug\AVLNode.sbr"
".\Debug\AVLTree.sbr"
".\Debug\chess.sbr"
".\Debug\chessBoard.sbr"
".\Debug\ListNode.sbr"
".\Debug\main.sbr"
".\Debug\MoveMethod.sbr"
".\Debug\point.sbr"
".\Debug\TreeList.sbr"
".\Debug\TreeListNode.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\fangg\LOCALS~1\Temp\RSPB7.tmp"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
HRD.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -