novel.plg
来自「visualc++时尚编程百例全部源代码」· PLG 代码 · 共 40 行
PLG
40 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: novel - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP315.BAT" with contents
[
@echo off
copy "hlp\novel.cnt" .\Debug
]
Creating command line "C:\WINDOWS\TEMP\RSP315.BAT"
Creating temporary file "C:\WINDOWS\TEMP\RSP321.BAT" with contents
[
@echo off
start /wait hcw /C /E /M "hlp\novel.hpj"
if errorlevel 1 goto :Error
if not exist "hlp\novel.hlp" goto :Error
copy "hlp\novel.hlp" .\Debug
goto :done
:Error
echo hlp\novel.hpj(1) : error:
type "hlp\novel.log"
:done
]
Creating command line "C:\WINDOWS\TEMP\RSP321.BAT"
<h3>Output Window</h3>
Copying contents file...
Making help file...
<h3>Results</h3>
novel.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?