comcatred.plg

来自「插件程序设计是许多程序员非常想了解的知识」· PLG 代码 · 共 68 行

PLG
68
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ComCatRed - Win32 Release MinDependency--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "midl.exe /tlb "ReleaseMinDependency/ComCatDraw.tlb" "E:\TEST\plug in\ComCatDraw.idl""
Creating command line "rc.exe /l 0x804 /fo"ReleaseMinDependency/ComCatRed.res" /d "NDEBUG" /d "_AFXDLL" "E:\TEST\plug in\ComCatRed\ComCatRed.rc"" 
Creating temporary file "C:\DOCUME~1\small\LOCALS~1\Temp\RSP45.tmp" with contents
[
/nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Fp"ReleaseMinDependency/ComCatRed.pch" /Yu"stdafx.h" /Fo"ReleaseMinDependency/" /Fd"ReleaseMinDependency/" /FD /c 
"E:\TEST\plug in\ComCatRed\ComCatDrawRed.cpp"
"E:\TEST\plug in\ComCatRed\ComCatRed.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\small\LOCALS~1\Temp\RSP45.tmp" 
Creating temporary file "C:\DOCUME~1\small\LOCALS~1\Temp\RSP46.tmp" with contents
[
/nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Fp"ReleaseMinDependency/ComCatRed.pch" /Yc"stdafx.h" /Fo"ReleaseMinDependency/" /Fd"ReleaseMinDependency/" /FD /c 
"E:\TEST\plug in\ComCatRed\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\small\LOCALS~1\Temp\RSP46.tmp" 
Creating temporary file "C:\DOCUME~1\small\LOCALS~1\Temp\RSP47.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:no /pdb:"ReleaseMinDependency/ComCatRed.pdb" /machine:I386 /def:".\ComCatRed.def" /out:"ReleaseMinDependency/ComCatRed.dll" /implib:"ReleaseMinDependency/ComCatRed.lib" 
".\ReleaseMinDependency\ComCatDrawRed.obj"
".\ReleaseMinDependency\ComCatRed.obj"
".\ReleaseMinDependency\StdAfx.obj"
".\ReleaseMinDependency\ComCatRed.res"
]
Creating command line "link.exe @C:\DOCUME~1\small\LOCALS~1\Temp\RSP47.tmp"
Creating temporary file "C:\DOCUME~1\small\LOCALS~1\Temp\RSP48.bat" with contents
[
@echo off
regsvr32 /s /c ".\ReleaseMinDependency\ComCatRed.dll"
echo regsvr32 exec. time > ".\ReleaseMinDependency\regsvr32.trg"
]
Creating command line "C:\DOCUME~1\small\LOCALS~1\Temp\RSP48.bat"
Creating Type Library...
Microsoft (R) MIDL Compiler Version 5.01.0164  
Copyright (c) Microsoft Corp 1991-1997. All rights reserved.
Processing E:\TEST\plug in\ComCatDraw.idl
ComCatDraw.idl
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\wtypes.idl
wtypes.idl
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ComCatDrawRed.cpp
ComCatRed.cpp
Generating Code...
Linking...
   Creating library ReleaseMinDependency/ComCatRed.lib and object ReleaseMinDependency/ComCatRed.exp
<h3>Output Window</h3>
Performing registration



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

⌨️ 快捷键说明

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