ex1.plg

来自「操作系统 程序实现一个虚拟机模拟多道的运行环境」· PLG 代码 · 共 40 行

PLG
40
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Ex1 - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\CHENJI~1\LOCALS~1\Temp\RSP413.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/Ex1.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"E:\study\临时文件夹\C++\C++\多道计算\Ex1\Ex1.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\CHENJI~1\LOCALS~1\Temp\RSP413.tmp" 
Creating temporary file "C:\DOCUME~1\CHENJI~1\LOCALS~1\Temp\RSP414.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 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:console /incremental:no /pdb:"Release/Ex1.pdb" /machine:I386 /out:"Release/Ex1.exe" 
".\Release\Device.obj"
".\Release\Ex1.obj"
".\Release\Process.obj"
".\Release\StdAfx.obj"
".\Release\UseDevice.obj"
]
Creating command line "link.exe @C:\DOCUME~1\CHENJI~1\LOCALS~1\Temp\RSP414.tmp"
<h3>Output Window</h3>
Compiling...
Ex1.cpp
Linking...
LINK : warning LNK4089: all references to "ADVAPI32.dll" discarded by /OPT:REF
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>
Ex1.exe - 0 error(s), 3 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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