cchess.plg
来自「这是一个中国象棋的简单范例。 程序虽然简单」· PLG 代码 · 共 28 行
PLG
28 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: cchess - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "c:\windows\TEMP\RSPE015.TMP" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/cchess.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\wxy\修改\中国象棋\Source\cchess.cpp"
]
Creating command line "cl.exe @c:\windows\TEMP\RSPE015.TMP"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/cchess.pdb" /debug /machine:I386 /out:"Debug/cchess.exe" /pdbtype:sept ".\Debug\cchess.obj" "
<h3>Output Window</h3>
Compiling...
cchess.cpp
Linking...
<h3>Results</h3>
cchess.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?