📄 compilers.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: compilers - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "H:\Temp\RSPB.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/compilers.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\vc\com\symbol.c"
"F:\vc\com\emitter.c"
"F:\vc\com\error.c"
"F:\vc\com\init.c"
"F:\vc\com\lexer.c"
"F:\vc\com\parser.c"
]
Creating command line "cl.exe @H:\Temp\RSPB.tmp"
Creating temporary file "H:\Temp\RSPC.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:yes /pdb:"Debug/compilers.pdb" /debug /machine:I386 /out:"Debug/compilers.exe" /pdbtype:sept
".\Debug\symbol.obj"
".\Debug\emitter.obj"
".\Debug\error.obj"
".\Debug\init.obj"
".\Debug\lexer.obj"
".\Debug\main.obj"
".\Debug\parser.obj"
]
Creating command line "link.exe @H:\Temp\RSPC.tmp"
<h3>Output Window</h3>
Compiling...
symbol.c
F:\vc\com\symbol.c(28) : warning C4013: 'error' undefined; assuming extern returning int
emitter.c
F:\vc\com\emitter.c(49) : warning C4013: 'pop' undefined; assuming extern returning int
F:\vc\com\emitter.c(50) : warning C4013: 'push' undefined; assuming extern returning int
error.c
init.c
F:\vc\com\init.c(12) : warning C4013: 'insert' undefined; assuming extern returning int
lexer.c
F:\vc\com\lexer.c(35) : warning C4013: 'error' undefined; assuming extern returning int
F:\vc\com\lexer.c(41) : warning C4013: 'lookup' undefined; assuming extern returning int
F:\vc\com\lexer.c(43) : warning C4013: 'insert' undefined; assuming extern returning int
parser.c
F:\vc\com\parser.c(7) : warning C4013: 'lexan' undefined; assuming extern returning int
F:\vc\com\parser.c(11) : warning C4013: 'expr' undefined; assuming extern returning int
F:\vc\com\parser.c(16) : warning C4013: 'pop' undefined; assuming extern returning int
F:\vc\com\parser.c(22) : warning C4013: 'initstack' undefined; assuming extern returning int
F:\vc\com\parser.c(5) : warning C4101: 't' : unreferenced local variable
F:\vc\com\parser.c(30) : warning C4013: 'term' undefined; assuming extern returning int
F:\vc\com\parser.c(36) : warning C4013: 'match' undefined; assuming extern returning int
F:\vc\com\parser.c(38) : warning C4013: 'emit' undefined; assuming extern returning int
F:\vc\com\parser.c(41) : warning C4033: 'expr' must return a value
F:\vc\com\parser.c(48) : warning C4013: 'factor' undefined; assuming extern returning int
F:\vc\com\parser.c(59) : warning C4033: 'term' must return a value
F:\vc\com\parser.c(76) : warning C4013: 'error' undefined; assuming extern returning int
F:\vc\com\parser.c(43) : warning C4716: 'expr' : must return a value
F:\vc\com\parser.c(61) : warning C4716: 'term' : must return a value
F:\vc\com\parser.c(78) : warning C4716: 'factor' : must return a value
F:\vc\com\parser.c(88) : warning C4716: 'match' : must return a value
Linking...
<h3>Results</h3>
compilers.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -