ihtmlviewerdemo.plg

来自「一个在brew中使用htmlviewer的例子, 很适合新手学习」· PLG 代码 · 共 40 行

PLG
40
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: IHtmlviewerdemo - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP61.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /I "D:\BREW SDK v2.0.1 Zh\inc" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "AEE_SIMULATOR" /Fp"Debug/IHtmlviewerdemo.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"W:\Brew\Example\IHtmlviewerdemo\AEEAppGen.c"
"W:\Brew\Example\IHtmlviewerdemo\AEEModGen.c"
"W:\Brew\Example\IHtmlviewerdemo\IHtmlviewerdemo.c"
]
Creating command line "cl.exe @F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP61.tmp" 
Creating temporary file "F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP62.tmp" with contents
[
oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/IHtmlviewerdemo.pdb" /debug /machine:I386 /out:"IHtmlviewerdemo.dll" /implib:"Debug/IHtmlviewerdemo.lib" /pdbtype:sept 
.\Debug\AEEAppGen.obj
.\Debug\AEEModGen.obj
.\Debug\IHtmlviewerdemo.obj
]
Creating command line "link.exe @F:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP62.tmp"
<h3>Output Window</h3>
Compiling...
AEEAppGen.c
AEEModGen.c
IHtmlviewerdemo.c
Linking...
   Creating library Debug/IHtmlviewerdemo.lib and object Debug/IHtmlviewerdemo.exp



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

⌨️ 快捷键说明

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