12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <html>
- <body>
- <pre>
- <h1>Build Log</h1>
- <h3>
- --------------------Configuration: ShadowSwitcher - Win32 Release--------------------
- </h3>
- <h3>Command Lines</h3>
- Creating command line "rc.exe /l 0x409 /fo"Release/ShadowSwitcher.res" /d "NDEBUG" "C:\allegiance\src\shadowswitcher\ShadowSwitcher.rc""
- Creating temporary file "C:\DOCUME~1\dpugh\LOCALS~1\Temp\RSP11F.tmp" with contents
- [
- /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/ShadowSwitcher.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
- "C:\allegiance\src\shadowswitcher\ShadowSwitcher.cpp"
- "C:\allegiance\src\shadowswitcher\ShadowSwitcherDlg.cpp"
- ]
- Creating command line "cl.exe @C:\DOCUME~1\dpugh\LOCALS~1\Temp\RSP11F.tmp"
- Creating temporary file "C:\DOCUME~1\dpugh\LOCALS~1\Temp\RSP120.tmp" with contents
- [
- /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/ShadowSwitcher.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
- "C:\allegiance\src\shadowswitcher\StdAfx.cpp"
- ]
- Creating command line "cl.exe @C:\DOCUME~1\dpugh\LOCALS~1\Temp\RSP120.tmp"
- Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/ShadowSwitcher.pdb" /machine:I386 /out:"Release/ShadowSwitcher.exe" .\Release\ShadowSwitcher.obj .\Release\ShadowSwitcherDlg.obj .\Release\StdAfx.obj .\Release\ShadowSwitcher.res "
- <h3>Output Window</h3>
- Compiling resources...
- Compiling...
- StdAfx.cpp
- Compiling...
- ShadowSwitcher.cpp
- ShadowSwitcherDlg.cpp
- Generating Code...
- Linking...
- LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
- LINK : warning LNK4089: all references to "comdlg32.dll" discarded by /OPT:REF
- <h3>Results</h3>
- ShadowSwitcher.exe - 0 error(s), 2 warning(s)
- </pre>
- </body>
- </html>
|