usb_install_2kxp.plg

来自「USB驱动在window xp/2K下的自动安装程序」· PLG 代码 · 共 39 行

PLG
39
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Usb_Install_2KXP - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP33.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/Usb_Install_2KXP.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"C:\Documents and Settings\Administrator\桌面\Usb_Install_2KXP\Usb_Install_2KXPDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP33.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP34.tmp" with contents
[
setupapi.lib newdev.lib cfgmgr32.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/Usb_Install_2KXP.pdb" /machine:I386 /out:"Release/Usb_Install_2KXP.exe" 
".\Release\Dlg_ProcessIng.obj"
".\Release\StdAfx.obj"
".\Release\Usb_Install_2KXP.obj"
".\Release\Usb_Install_2KXPDlg.obj"
".\Release\Usb_Install_2KXP.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP34.tmp"
<h3>Output Window</h3>
Compiling...
Usb_Install_2KXPDlg.cpp
Linking...
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "comdlg32.dll" discarded by /OPT:REF



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

⌨️ 快捷键说明

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