mybios.plg

来自「win2000驱动程序开发」· PLG 代码 · 共 40 行

PLG
40
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyBios - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/MyBios.res" /d "_DEBUG" "E:\ShareREC\Books\程序设计\驱动开发书籍\Windows2000驱动程序开发\MyBios\MyBios.rc"" 
Creating temporary file "E:\Temp\RSP67.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/MyBios.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\ShareREC\Books\程序设计\驱动开发书籍\Windows2000驱动程序开发\MyBios\DIO.CPP"
"E:\ShareREC\Books\程序设计\驱动开发书籍\Windows2000驱动程序开发\MyBios\MyBios.cpp"
"E:\ShareREC\Books\程序设计\驱动开发书籍\Windows2000驱动程序开发\MyBios\MyBiosDlg.cpp"
]
Creating command line "cl.exe @E:\Temp\RSP67.tmp" 
Creating temporary file "E:\Temp\RSP68.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/MyBios.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\ShareREC\Books\程序设计\驱动开发书籍\Windows2000驱动程序开发\MyBios\StdAfx.cpp"
]
Creating command line "cl.exe @E:\Temp\RSP68.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/MyBios.pdb" /debug /machine:I386 /out:"Debug/MyBios.exe" /pdbtype:sept  ".\Debug\DIO.OBJ" ".\Debug\MyBios.obj" ".\Debug\MyBiosDlg.obj" ".\Debug\StdAfx.obj" ".\Debug\MyBios.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DIO.CPP
MyBios.cpp
MyBiosDlg.cpp
E:\ShareREC\Books\程序设计\驱动开发书籍\Windows2000驱动程序开发\MyBios\MyBiosDlg.cpp(205) : warning C4101: 'str' : unreferenced local variable
Generating Code...
cl.exe terminated at user request.

</pre>
</body>
</html>

⌨️ 快捷键说明

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