uninstall.plg

来自「不可多得的 windows mobile 软件安装程序生成工具Vc++ 源码。提」· PLG 代码 · 共 35 行

PLG
35
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Uninstall - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "s:\temp\RSP174D.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/Uninstall.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\repository\Products\EZSetup\sources\Uninstall\Uninstall.cpp"
]
Creating command line "cl.exe @s:\temp\RSP174D.tmp" 
Creating temporary file "s:\temp\RSP174E.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:windows /incremental:no /pdb:"Release/Uninstall.pdb" /machine:I386 /out:"Release/Uninstall.exe" 
.\Release\StdAfx.obj
.\Release\Uninstall.obj
]
Creating command line "link.exe @s:\temp\RSP174E.tmp"
<h3>Output Window</h3>
Compiling...
Uninstall.cpp
D:\repository\Products\EZSetup\sources\Uninstall\Uninstall.cpp(19) : warning C4101: 'hEvent' : unreferenced local variable
Linking...



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

⌨️ 快捷键说明

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