setupdriver.plg

来自「多个设备驱动选择的实现」· PLG 代码 · 共 40 行

PLG
40
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SetupDriver - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\rancky\LOCALS~1\Temp\RSP1896.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/SetupDriver.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\VC\SetupDriver\SetupDriverDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\rancky\LOCALS~1\Temp\RSP1896.tmp" 
Creating temporary file "C:\DOCUME~1\rancky\LOCALS~1\Temp\RSP1897.tmp" with contents
[
strmiids.lib setupapi.lib newdev.lib Rpcrt4.lib strsafe.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/SetupDriver.pdb" /machine:I386 /out:"Release/SetupDriver.exe" 
.\Release\SetupDriver.obj
.\Release\SetupDriverDlg.obj
.\Release\StdAfx.obj
.\Release\SetupDriver.res
]
Creating command line "link.exe @C:\DOCUME~1\rancky\LOCALS~1\Temp\RSP1897.tmp"
<h3>Output Window</h3>
Compiling...
SetupDriverDlg.cpp
F:\VC\SetupDriver\SetupDriverDlg.cpp(4) : warning C4652: compiler option 'CDecl(/Gd)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
Linking...
LINK : warning LNK4089: all references to "OLEAUT32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "newdev.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "ole32.dll" discarded by /OPT:REF



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

⌨️ 快捷键说明

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