shadowswitcher.plg 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ShadowSwitcher - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x409 /fo"Release/ShadowSwitcher.res" /d "NDEBUG" "C:\allegiance\src\shadowswitcher\ShadowSwitcher.rc""
  10. Creating temporary file "C:\DOCUME~1\dpugh\LOCALS~1\Temp\RSP11F.tmp" with contents
  11. [
  12. /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
  13. "C:\allegiance\src\shadowswitcher\ShadowSwitcher.cpp"
  14. "C:\allegiance\src\shadowswitcher\ShadowSwitcherDlg.cpp"
  15. ]
  16. Creating command line "cl.exe @C:\DOCUME~1\dpugh\LOCALS~1\Temp\RSP11F.tmp"
  17. Creating temporary file "C:\DOCUME~1\dpugh\LOCALS~1\Temp\RSP120.tmp" with contents
  18. [
  19. /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
  20. "C:\allegiance\src\shadowswitcher\StdAfx.cpp"
  21. ]
  22. Creating command line "cl.exe @C:\DOCUME~1\dpugh\LOCALS~1\Temp\RSP120.tmp"
  23. 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 "
  24. <h3>Output Window</h3>
  25. Compiling resources...
  26. Compiling...
  27. StdAfx.cpp
  28. Compiling...
  29. ShadowSwitcher.cpp
  30. ShadowSwitcherDlg.cpp
  31. Generating Code...
  32. Linking...
  33. LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
  34. LINK : warning LNK4089: all references to "comdlg32.dll" discarded by /OPT:REF
  35. <h3>Results</h3>
  36. ShadowSwitcher.exe - 0 error(s), 2 warning(s)
  37. </pre>
  38. </body>
  39. </html>