daousermaintenance.plg
来自「Visual+C+++6[1].0实用教程代码 Visual+C+++6[1]」· PLG 代码 · 共 52 行
PLG
52 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: DaoUserMaintenance - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Release/DaoUserMaintenance.res" /d "NDEBUG" "E:\VC6.0代码\第21章\DaoUserMaintenance\DaoUserMaintenance.rc""
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP15.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/DaoUserMaintenance.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\VC6.0代码\第21章\DaoUserMaintenance\DaoUserMaintenance.cpp"
"E:\VC6.0代码\第21章\DaoUserMaintenance\DaoUserMaintenanceDlg.cpp"
"E:\VC6.0代码\第21章\DaoUserMaintenance\DaoUserMasterSet.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP15.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP16.tmp" with contents
[
/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/DaoUserMaintenance.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\VC6.0代码\第21章\DaoUserMaintenance\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP16.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP17.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/DaoUserMaintenance.pdb" /machine:I386 /out:"Release/DaoUserMaintenance.exe"
".\Release\DaoUserMaintenance.obj"
".\Release\DaoUserMaintenanceDlg.obj"
".\Release\DaoUserMasterSet.obj"
".\Release\StdAfx.obj"
".\Release\DaoUserMaintenance.res"
]
Creating command line "link.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP17.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DaoUserMaintenance.cpp
DaoUserMaintenanceDlg.cpp
DaoUserMasterSet.cpp
Generating Code...
Linking...
<h3>Results</h3>
DaoUserMaintenance.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?