mine.plg
来自「Windows 经典游戏-扫雷 源码 VC6.0、VS2005、VS2008均编」· PLG 代码 · 共 31 行
PLG
31 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Mine - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP10D.tmp" with contents
[
winmm.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Mine.pdb" /debug /machine:I386 /out:"Debug/Mine.exe" /pdbtype:sept
".\Debug\DlgCustom.obj"
".\Debug\DlgHero.obj"
".\Debug\DlgNewRecord.obj"
".\Debug\Mine.obj"
".\Debug\MineWnd.obj"
".\Debug\StdAfx.obj"
".\Debug\Mine.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP10D.tmp"
<h3>Output Window</h3>
Linking...
<h3>Results</h3>
Mine.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?