coloredit.plg

来自「检测语法的Edit类」· PLG 代码 · 共 95 行

PLG
95
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ColorEdit - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "midl.exe /nologo /D "_DEBUG" /tlb "Debug/ColorEdit.tlb" /mktyplib203 /o "NUL" /win32 "D:\samples\edit\sytax_edit_2\ColorEdit.odl""
Creating command line "rc.exe /l 0x409 /fo"Debug/ColorEdit.res" /i "Debug" /d "_DEBUG" /d "_AFXDLL" "D:\samples\edit\sytax_edit_2\ColorEdit.rc"" 
Creating temporary file "C:\WINDOWS\TEMP\RSP20C1.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/ColorEdit.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"D:\samples\edit\sytax_edit_2\ChildFrm.cpp"
"D:\samples\edit\sytax_edit_2\ClockStatus.cpp"
"D:\samples\edit\sytax_edit_2\ColorEdit.cpp"
"D:\samples\edit\sytax_edit_2\ColorEditDoc.cpp"
"D:\samples\edit\sytax_edit_2\ColorEditView.cpp"
"D:\samples\edit\sytax_edit_2\ColorString.cpp"
"D:\samples\edit\sytax_edit_2\CreditStatic.cpp"
"D:\samples\edit\sytax_edit_2\MainFrm.cpp"
"D:\samples\edit\sytax_edit_2\ProgressBar.cpp"
"D:\samples\edit\sytax_edit_2\RegExp.cpp"
"D:\samples\edit\sytax_edit_2\Search.cpp"
"D:\samples\edit\sytax_edit_2\splash255.cpp"
"D:\samples\edit\sytax_edit_2\StatusMessage.cpp"
"D:\samples\edit\sytax_edit_2\StringEx.cpp"
"D:\samples\edit\sytax_edit_2\ToolBarEx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP20C1.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP20C2.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/ColorEdit.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"D:\samples\edit\sytax_edit_2\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP20C2.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP20C3.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ColorEdit.pdb" /debug /machine:I386 /out:"Debug/ColorEdit.exe" /pdbtype:sept 
.\Debug\ChildFrm.obj
.\Debug\ClockStatus.obj
.\Debug\ColorEdit.obj
.\Debug\ColorEditDoc.obj
.\Debug\ColorEditView.obj
.\Debug\ColorString.obj
.\Debug\CreditStatic.obj
.\Debug\MainFrm.obj
.\Debug\ProgressBar.obj
.\Debug\RegExp.obj
.\Debug\Search.obj
.\Debug\splash255.obj
.\Debug\StatusMessage.obj
.\Debug\StdAfx.obj
.\Debug\StringEx.obj
.\Debug\ToolBarEx.obj
.\Debug\ColorEdit.res
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP20C3.TMP"
<h3>Output Window</h3>
Creating Type Library...
ColorEdit.odl
oaidl.idl
objidl.idl
unknwn.idl
wtypes.idl
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ChildFrm.cpp
ClockStatus.cpp
ColorEdit.cpp
ColorEditDoc.cpp
ColorEditView.cpp
ColorString.cpp
CreditStatic.cpp
MainFrm.cpp
ProgressBar.cpp
RegExp.cpp
Search.cpp
splash255.cpp
StatusMessage.cpp
StringEx.cpp
ToolBarEx.cpp
Generating Code...
Linking...



<h3>Results</h3>
ColorEdit.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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