testreg.plg
来自「windows下汇编语言 学习汇编语言好助手」· PLG 代码 · 共 42 行
PLG
42 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TestReg - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\PWIN98\TEMP\RSPD330.TMP" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/TestReg.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\Mbk\Nbp\Chapter5\TestReg\TestReg.cpp"
]
Creating command line "cl.exe @C:\PWIN98\TEMP\RSPD330.TMP"
Creating temporary file "C:\PWIN98\TEMP\RSPD331.TMP" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/TestReg.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\Mbk\Nbp\Chapter5\TestReg\StdAfx.cpp"
]
Creating command line "cl.exe @C:\PWIN98\TEMP\RSPD331.TMP"
Creating temporary file "C:\PWIN98\TEMP\RSPD332.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:windows /incremental:no /pdb:"Release/TestReg.pdb" /machine:I386 /out:"Release/TestReg.exe"
.\Release\StdAfx.obj
.\Release\TestReg.obj
]
Creating command line "link.exe @C:\PWIN98\TEMP\RSPD332.TMP"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
TestReg.cpp
Linking...
<h3>Results</h3>
TestReg.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?