flashtools.plg

来自「一个Flash下载工具」· PLG 代码 · 共 38 行

PLG
38
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: FlashTools - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\alan\LOCALS~1\Temp\RSP91.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/FlashTools.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Work-dir\手持读卡器\src\FlashTools\FlashToolsDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\alan\LOCALS~1\Temp\RSP91.tmp" 
Creating temporary file "C:\DOCUME~1\alan\LOCALS~1\Temp\RSP92.tmp" with contents
[
Setupapi.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/FlashTools.pdb" /debug /machine:I386 /out:"Debug/FlashTools.exe" /pdbtype:sept 
".\Debug\Device.obj"
".\Debug\FlashTools.obj"
".\Debug\FlashToolsDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\FlashTools.res"
]
Creating command line "link.exe @C:\DOCUME~1\alan\LOCALS~1\Temp\RSP92.tmp"
<h3>Output Window</h3>
Compiling...
FlashToolsDlg.cpp
D:\Work-dir\手持读卡器\src\FlashTools\FlashToolsDlg.cpp(318) : warning C4101: 'OutBuffer' : unreferenced local variable
Linking...



<h3>Results</h3>
FlashTools.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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