📄 shadow.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Shadow - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x412 /fo"Release/Shadow.res" /d "NDEBUG" "E:\project\book\CD\Part6\Chap1\03 - VolumeShadow-1\Shadow.rc""
Creating temporary file "f:\temp\RSP50.tmp" with contents
[
/nologo /ML /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/Shadow.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"E:\project\book\CD\Part6\Chap1\03 - VolumeShadow-1\d3dapp.cpp"
"E:\project\book\CD\Part6\Chap1\03 - VolumeShadow-1\d3denumeration.cpp"
"E:\project\book\CD\Part6\Chap1\03 - VolumeShadow-1\d3dfile.cpp"
"E:\project\book\CD\Part6\Chap1\03 - VolumeShadow-1\d3dfont.cpp"
"E:\project\book\CD\Part6\Chap1\03 - VolumeShadow-1\d3dsettings.cpp"
"E:\project\book\CD\Part6\Chap1\03 - VolumeShadow-1\d3dutil.cpp"
"E:\project\book\CD\Part6\Chap1\03 - VolumeShadow-1\dxutil.cpp"
"E:\project\book\CD\Part6\Chap1\03 - VolumeShadow-1\Shadow.cpp"
]
Creating command line "cl.exe @f:\temp\RSP50.tmp"
Creating temporary file "f:\temp\RSP51.tmp" with contents
[
dsound.lib dinput8.lib dxerr9.lib d3dx9.lib d3d9.lib d3dxof.lib dxguid.lib winmm.lib comctl32.lib 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/Shadow.pdb" /machine:I386 /out:"Release/Shadow.exe"
".\Release\d3dapp.obj"
".\Release\d3denumeration.obj"
".\Release\d3dfile.obj"
".\Release\d3dfont.obj"
".\Release\d3dsettings.obj"
".\Release\d3dutil.obj"
".\Release\dxutil.obj"
".\Release\Shadow.obj"
".\Release\Shadow.res"
]
Creating command line "link.exe @f:\temp\RSP51.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
d3dapp.cpp
d3denumeration.cpp
warning C4710: function 'virtual __thiscall CD3DApplication::~CD3DApplication(void)' not inlined
d3dfile.cpp
d3dfont.cpp
d3dsettings.cpp
d3dutil.cpp
dxutil.cpp
E:\project\book\CD\Part6\Chap1\03 - VolumeShadow-1\d3dutil.cpp(433) : warning C4710: function 'struct D3DXVECTOR3 * __cdecl D3DXVec3Cross(struct D3DXVECTOR3 *,struct D3DXVECTOR3 const *,struct D3DXVECTOR3 const *)' not inlined
Shadow.cpp
E:\project\book\CD\Part6\Chap1\03 - VolumeShadow-1\Shadow.cpp(165) : warning C4702: unreachable code
warning C4710: function 'virtual __thiscall CD3DApplication::~CD3DApplication(void)' not inlined
Linking...
LINK : warning LNK4089: all references to "d3dxof.dll" discarded by /OPT:REF
<h3>Results</h3>
Shadow.exe - 0 error(s), 5 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -