dev_remove.plg

来自「16 relay output channels and 16 isolated」· PLG 代码 · 共 37 行

PLG
37
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: DEV_REMOVE - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x404 /fo"Release/DEV_REMOVE.res" /d "NDEBUG" "D:\VSS\DRV_IO\Drv_Examples\windows\Console\DEV_REMOVE\DEV_REMOVE.RC"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8B.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/DEV_REMOVE.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c 
"D:\VSS\DRV_IO\Drv_Examples\windows\Console\DEV_REMOVE\DEV_REMOVE.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8B.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8C.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/DEV_REMOVE.pdb" /machine:I386 /out:"DEV_REMOVE.exe" 
.\Release\DEV_REMOVE.obj
.\Release\DEV_REMOVE.res
..\..\..\Lib\Adsapi32.lib
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8C.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
DEV_REMOVE.cpp
Linking...



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

⌨️ 快捷键说明

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