pl0.plg
来自「编译原理实践教程PL0语言编译程序源代码。参考书:清华大学出版社的《编译原理》作」· PLG 代码 · 共 59 行
PLG
59 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: PL0 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP1E.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /FR"Debug/" /Fp"Debug/PL0.pch" /YX"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\代码1.15\PL0View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP1E.tmp"
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP1F.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/PL0.pdb" /debug /machine:I386 /out:"Debug/PL0.exe" /pdbtype:sept
".\Debug\AnotherShow.obj"
".\Debug\ErrView.obj"
".\Debug\Help.obj"
".\Debug\Instruction.obj"
".\Debug\MainFrm.obj"
".\Debug\PL0.obj"
".\Debug\PL0Doc.obj"
".\Debug\PL0View.obj"
".\Debug\SorView.obj"
".\Debug\StdAfx.obj"
".\Debug\PL0.res"
]
Creating command line "link.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP1F.tmp"
<h3>Output Window</h3>
Compiling...
PL0View.cpp
Linking...
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP20.tmp" with contents
[
/nologo /o"Debug/PL0.bsc"
".\Debug\AnotherShow.sbr"
".\Debug\ErrView.sbr"
".\Debug\Help.sbr"
".\Debug\Instruction.sbr"
".\Debug\MainFrm.sbr"
".\Debug\PL0.sbr"
".\Debug\PL0Doc.sbr"
".\Debug\PL0View.sbr"
".\Debug\SorView.sbr"
".\Debug\StdAfx.sbr"]
Creating command line "bscmake.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSP20.tmp"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
PL0.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?