speridll.plg
来自「Implementing μVision2 DLLs for Visual bo」· PLG 代码 · 共 44 行
PLG
44 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SPeriDLL - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSPF261.TMP" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/SPeriDLL.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\src32\uv3\SPeriDLL\PeriDialog.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPF261.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSPF262.TMP" with contents
[
/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/SPeriDLL.pdb" /debug /machine:I386 /def:".\SPeriDLL.def" /out:"Debug/SPeriDLL.dll" /implib:"Debug/SPeriDLL.lib" /pdbtype:sept
.\Debug\PeriDialog.obj
.\Debug\SPeriDLL.obj
.\Debug\StdAfx.obj
.\Debug\SPeriDLL.res
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPF262.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSPF263.BAT" with contents
[
@echo off
copy .\Debug\SPeriDLL.dll C:\KEIL\C51\BIN\SPeriDLL.dll
]
Creating command line "C:\WINDOWS\TEMP\RSPF263.BAT"
Compiling...
PeriDialog.cpp
Linking...
<h3>Output Window</h3>
Performing Custom Build Step on .\Debug\SPeriDLL.dll
1 file(s) copied
<h3>Results</h3>
SPeriDLL.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?