📄 mypascal.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyPascal - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/MyPascal.res" /d "NDEBUG" /d "_AFXDLL" "D:\mywork\编译原理\MyPascal\MyPascal.rc""
Creating temporary file "C:\DOCUME~1\Lynn\LOCALS~1\Temp\RSP5.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MyPascal.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\mywork\编译原理\MyPascal\MyPascal.cpp"
"D:\mywork\编译原理\MyPascal\MyPascalDlg.cpp"
"D:\mywork\编译原理\MyPascal\PascalFile.cpp"
"D:\mywork\编译原理\MyPascal\StringTable.cpp"
"D:\mywork\编译原理\MyPascal\StringTableElement.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Lynn\LOCALS~1\Temp\RSP5.tmp"
Creating temporary file "C:\DOCUME~1\Lynn\LOCALS~1\Temp\RSP6.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MyPascal.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\mywork\编译原理\MyPascal\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Lynn\LOCALS~1\Temp\RSP6.tmp"
Creating temporary file "C:\DOCUME~1\Lynn\LOCALS~1\Temp\RSP7.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/MyPascal.pdb" /machine:I386 /out:"Release/MyPascal.exe"
".\Release\MyPascal.obj"
".\Release\MyPascalDlg.obj"
".\Release\PascalFile.obj"
".\Release\StdAfx.obj"
".\Release\StringTable.obj"
".\Release\StringTableElement.obj"
".\Release\MyPascal.res"
]
Creating command line "link.exe @C:\DOCUME~1\Lynn\LOCALS~1\Temp\RSP7.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MyPascal.cpp
MyPascalDlg.cpp
Generating Code...
Compiling...
PascalFile.cpp
StringTable.cpp
Generating Code...
Compiling...
StringTableElement.cpp
Generating Code...
Linking...
<h3>Results</h3>
MyPascal.exe - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: MyPascal - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/MyPascal.res" /d "_DEBUG" /d "_AFXDLL" "D:\mywork\编译原理\MyPascal\MyPascal.rc""
Creating temporary file "C:\DOCUME~1\Lynn\LOCALS~1\Temp\RSP9.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/MyPascal.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\mywork\编译原理\MyPascal\MyPascal.cpp"
"D:\mywork\编译原理\MyPascal\MyPascalDlg.cpp"
"D:\mywork\编译原理\MyPascal\PascalFile.cpp"
"D:\mywork\编译原理\MyPascal\StringTable.cpp"
"D:\mywork\编译原理\MyPascal\StringTableElement.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Lynn\LOCALS~1\Temp\RSP9.tmp"
Creating temporary file "C:\DOCUME~1\Lynn\LOCALS~1\Temp\RSPA.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/MyPascal.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\mywork\编译原理\MyPascal\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Lynn\LOCALS~1\Temp\RSPA.tmp"
Creating temporary file "C:\DOCUME~1\Lynn\LOCALS~1\Temp\RSPB.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/MyPascal.pdb" /debug /machine:I386 /out:"Debug/MyPascal.exe" /pdbtype:sept
".\Debug\MyPascal.obj"
".\Debug\MyPascalDlg.obj"
".\Debug\PascalFile.obj"
".\Debug\StdAfx.obj"
".\Debug\StringTable.obj"
".\Debug\StringTableElement.obj"
".\Debug\MyPascal.res"
]
Creating command line "link.exe @C:\DOCUME~1\Lynn\LOCALS~1\Temp\RSPB.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MyPascal.cpp
MyPascalDlg.cpp
Generating Code...
Compiling...
PascalFile.cpp
StringTable.cpp
Generating Code...
Compiling...
StringTableElement.cpp
Generating Code...
Linking...
<h3>Results</h3>
MyPascal.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -