📄 testscan.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TESTscan - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP89.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/TESTscan.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\sun文件夹\编译原理及实现\编译原理课件\03词法分析实验(VC)\TESTmain.c"
"F:\sun文件夹\编译原理及实现\编译原理课件\03词法分析实验(VC)\TESTscan.c"
]
Creating command line "cl.exe @E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP89.tmp"
Creating temporary file "E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8A.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:console /incremental:yes /pdb:"Debug/TESTscan.pdb" /debug /machine:I386 /out:"Debug/TESTscan.exe" /pdbtype:sept
".\Debug\TESTmain.obj"
".\Debug\TESTscan.obj"
]
Creating command line "link.exe @E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8A.tmp"
<h3>Output Window</h3>
Compiling...
TESTmain.c
TESTscan.c
F:\sun文件夹\编译原理及实现\编译原理课件\03词法分析实验(VC)\TESTscan.c(48) : warning C4013: 'strcmp' undefined; assuming extern returning int
F:\sun文件夹\编译原理及实现\编译原理课件\03词法分析实验(VC)\TESTscan.c(64) : warning C4013: 'strchr' undefined; assuming extern returning int
Linking...
<h3>Results</h3>
TESTscan.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -