cminus.plg

来自「1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法」· PLG 代码 · 共 28 行

PLG
28
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: cminus - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\穆鹏\LOCALS~1\Temp\RSPA.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /I "../Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/cminus.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\c编译器设计\C- Compiler\AsmCodeGenerator.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\穆鹏\LOCALS~1\Temp\RSPA.tmp"" 
<h3>Output Window</h3>
Compiling...
AsmCodeGenerator.cpp
F:\c编译器设计\C- Compiler\AsmCodeGenerator.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Release/cminus.pch': No such file or directory
执行 cl.exe 时出错.



<h3>Results</h3>
AsmCodeGenerator.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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