chinesechess.plg

来自「用c++ 开发的中国象棋」· PLG 代码 · 共 77 行

PLG
77
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ChineseChess - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP86.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/ChineseChess.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\ChineseChessFinal\ChineseChess\ChineseChessDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP86.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP87.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ChineseChess.pdb" /debug /machine:I386 /out:"Debug/ChineseChess.exe" /pdbtype:sept 
.\Debug\AlphaBetaSearch1.obj
.\Debug\ChineseChess.obj
.\Debug\ChineseChessDlg.obj
.\Debug\ClientSock.obj
.\Debug\CpuAndMemory.obj
.\Debug\CpuUsgesCtl.obj
.\Debug\Evaluation.obj
.\Debug\InitSet.obj
.\Debug\MemUsgesCtl.obj
.\Debug\MoveGenerator.obj
.\Debug\MyButton.obj
.\Debug\MyCoolMenu.obj
.\Debug\MyMessage.obj
.\Debug\NetSetDlg.obj
.\Debug\PlayerList.obj
.\Debug\Search.obj
.\Debug\ServerMessage.obj
.\Debug\ServerSock.obj
.\Debug\StdAfx.obj
.\Debug\ChineseChess.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP87.tmp"
<h3>Output Window</h3>
Compiling...
ChineseChessDlg.cpp
Linking...
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP88.tmp" with contents
[
/nologo /o"Debug/ChineseChess.bsc" 
.\Debug\StdAfx.sbr
.\Debug\AlphaBetaSearch1.sbr
.\Debug\ChineseChess.sbr
.\Debug\ChineseChessDlg.sbr
.\Debug\ClientSock.sbr
.\Debug\CpuAndMemory.sbr
.\Debug\CpuUsgesCtl.sbr
.\Debug\Evaluation.sbr
.\Debug\InitSet.sbr
.\Debug\MemUsgesCtl.sbr
.\Debug\MoveGenerator.sbr
.\Debug\MyButton.sbr
.\Debug\MyCoolMenu.sbr
.\Debug\MyMessage.sbr
.\Debug\NetSetDlg.sbr
.\Debug\PlayerList.sbr
.\Debug\Search.sbr
.\Debug\ServerMessage.sbr
.\Debug\ServerSock.sbr]
Creating command line "bscmake.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP88.tmp"
Creating browse info file...
<h3>Output Window</h3>



<h3>Results</h3>
ChineseChess.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?