Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.4 KiB

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: sample - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:\DOCUME~1\ericb\LOCALS~1\Temp\RSP497.tmp" with contents
  10. [
  11. /nologo /MT /W3 /GX /O2 /I "e:\nt\public\sdk\inc" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /Fp"Release/sample.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
  12. "C:\nt\private\admin\display\proppage\sample\dllmisc.cxx"
  13. "C:\nt\private\admin\display\proppage\sample\host.cxx"
  14. "C:\nt\private\admin\display\proppage\sample\page.cxx"
  15. ]
  16. Creating command line "cl.exe @C:\DOCUME~1\ericb\LOCALS~1\Temp\RSP497.tmp"
  17. Creating temporary file "C:\DOCUME~1\ericb\LOCALS~1\Temp\RSP498.tmp" with contents
  18. [
  19. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib activeds.lib adsiid.lib dsprop.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"Release/proppage.pdb" /machine:I386 /def:".\proppage.def" /out:"Release/proppage.dll" /implib:"Release/proppage.lib"
  20. .\Release\dllmisc.obj
  21. .\Release\host.obj
  22. .\Release\page.obj
  23. .\Release\page.res
  24. ]
  25. Creating command line "link.exe @C:\DOCUME~1\ericb\LOCALS~1\Temp\RSP498.tmp"
  26. <h3>Output Window</h3>
  27. Compiling...
  28. dllmisc.cxx
  29. host.cxx
  30. page.cxx
  31. Linking...
  32. Creating library Release/proppage.lib and object Release/proppage.exp
  33. <h3>Results</h3>
  34. proppage.dll - 0 error(s), 0 warning(s)
  35. </pre>
  36. </body>
  37. </html>