home *** CD-ROM | disk | FTP | other *** search
/ Programming Win32 Under the API / ProgrammingWin32UnderTheApiPatVillani.iso / Chapter4 / 4-1 / FirstConsole.plg < prev    next >
Encoding:
Text File  |  1998-10-24  |  1.7 KB  |  45 lines

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: FirstConsole - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x409 /fo"Debug/FirstConsole.res" /d "_DEBUG" "C:\usr\Pat\Book\Win32\Examples\FirstConsole\FirstConsole.rc"" 
  10. Creating temporary file "C:\WINDOWS\TEMP\RSP5143.TMP" with contents
  11. [
  12. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/FirstConsole.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "C:\usr\Pat\Book\Win32\Examples\FirstConsole\FirstConsole.cpp"
  14. ]
  15. Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP5143.TMP" 
  16. Creating temporary file "C:\WINDOWS\TEMP\RSP5144.TMP" with contents
  17. [
  18. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/FirstConsole.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  19. "C:\usr\Pat\Book\Win32\Examples\FirstConsole\StdAfx.cpp"
  20. ]
  21. Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP5144.TMP" 
  22. Creating temporary file "C:\WINDOWS\TEMP\RSP5145.TMP" with contents
  23. [
  24. 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:yes /pdb:"Debug/FirstConsole.pdb" /debug /machine:I386 /out:"Debug/FirstConsole.exe" /pdbtype:sept 
  25. .\Debug\StdAfx.obj
  26. .\Debug\FirstConsole.res
  27. .\Debug\FirstConsole.obj
  28. ]
  29. Creating command line "link.exe @C:\WINDOWS\TEMP\RSP5145.TMP"
  30. <h3>Output Window</h3>
  31. Compiling resources...
  32. Compiling...
  33. StdAfx.cpp
  34. Compiling...
  35. FirstConsole.cpp
  36. Linking...
  37.  
  38.  
  39.  
  40. <h3>Results</h3>
  41. FirstConsole.exe - 0 error(s), 0 warning(s)
  42. </pre>
  43. </body>
  44. </html>
  45.