d12drv.plg

来自「一款基于philips公司的PDIUSBDI12USB芯片(+C8051F020」· PLG 代码 · 共 39 行

PLG
39
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: d12drv - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSP2E3.TMP" with contents
[
int64.lib ntoskrnl.lib hal.lib /nologo /base:"0x10000" /entry:"DriverEntry" /incremental:no /pdb:"Debug/d12drv.pdb" /debug /machine:I386 /nodefaultlib /out:"Debug\d12drv.SYS" /pdbtype:con /libpath:"\NTDDK\libchk\i386" -driver -subsystem:NATIVE,4.00 
".\Debug\D12.obj"
".\Debug\D12.res"
".\Debug\D12irp.obj"
".\Debug\Ioctl.obj"
".\Debug\Ocrw.obj"
".\Usbd.lib"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP2E3.TMP"
warning: unresolved Environment Variable  "$(SystemRoot)"
Creating temporary file "C:\WINDOWS\TEMP\RSP02E4.BAT" with contents
[
@echo off
copy .\Debug\d12drv.SYS \System32\Drivers\*.*
]
Creating command line "C:\WINDOWS\TEMP\RSP02E4.BAT"
Linking...
<h3>Output Window</h3>
Copying Driver to System32\Drivers
        1 file(s) copied



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

⌨️ 快捷键说明

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