installer.plg

来自「一个简单的下载执行程序的源代码」· PLG 代码 · 共 65 行

PLG
65
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: cc - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\leislin\LOCALS~1\Temp\RSP8D.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/installer.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"E:\Projects\downloader\down\downprj\installer\installer.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\leislin\LOCALS~1\Temp\RSP8D.tmp" 
Creating temporary file "C:\DOCUME~1\leislin\LOCALS~1\Temp\RSP8E.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/installer.pdb" /machine:I386 /out:"Release/installer.exe" 
.\Release\installer.obj
.\Release\StdAfx.obj
.\Release\installer.res
]
Creating command line "link.exe @C:\DOCUME~1\leislin\LOCALS~1\Temp\RSP8E.tmp"
<h3>Output Window</h3>
Compiling...
installer.cpp
Linking...



<h3>Results</h3>
installer.exe - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: cc - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\leislin\LOCALS~1\Temp\RSP90.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/installer.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\Projects\downloader\down\downprj\installer\installer.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\leislin\LOCALS~1\Temp\RSP90.tmp" 
Creating temporary file "C:\DOCUME~1\leislin\LOCALS~1\Temp\RSP91.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:yes /pdb:"Debug/installer.pdb" /debug /machine:I386 /out:"Debug/installer.exe" /pdbtype:sept 
.\Debug\installer.obj
.\Debug\StdAfx.obj
.\Debug\installer.res
]
Creating command line "link.exe @C:\DOCUME~1\leislin\LOCALS~1\Temp\RSP91.tmp"
<h3>Output Window</h3>
Compiling...
installer.cpp
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/installer.bsc"  .\Debug\StdAfx.sbr .\Debug\installer.sbr"
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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