i_go.plg
来自「一个简单的围棋游戏」· PLG 代码 · 共 32 行
PLG
32 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: I_go - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/I_go.res" /d "_DEBUG" /d "_AFXDLL" "E:\Documents and Settings\showay\桌面\新建文件夹\双人对垒围棋程序\I_go\I_go.rc""
Creating temporary file "E:\DOCUME~1\showay\LOCALS~1\Temp\RSPCE.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/I_go.pdb" /debug /machine:I386 /out:"Debug/I_go.exe" /pdbtype:sept
".\Debug\I_go.obj"
".\Debug\I_goDoc.obj"
".\Debug\I_goView.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\I_go.res"
]
Creating command line "link.exe @E:\DOCUME~1\showay\LOCALS~1\Temp\RSPCE.tmp"
<h3>Output Window</h3>
Compiling resources...
Linking...
<h3>Results</h3>
I_go.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?