MyScreensaver.plg
上传用户:xsxdsb
上传日期:2009-12-14
资源大小:672k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: MyScreensaver - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Release/MyScreensaver.res" /d "NDEBUG" /d "_AFXDLL" "F:ddc++时尚编程百例实例43  编写屏保程序MyScreensaver.rc"" 
  10. Creating temporary file "C:DOCUME~1AdminLOCALS~1TempRSP200.tmp" with contents
  11. [
  12. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MyScreensaver.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  13. "F:ddc++时尚编程百例实例43  编写屏保程序MyScreensaver.cpp"
  14. "F:ddc++时尚编程百例实例43  编写屏保程序MyScreensaverDlg.cpp"
  15. "F:ddc++时尚编程百例实例43  编写屏保程序MyWnd.cpp"
  16. ]
  17. Creating command line "cl.exe @C:DOCUME~1AdminLOCALS~1TempRSP200.tmp" 
  18. Creating temporary file "C:DOCUME~1AdminLOCALS~1TempRSP201.tmp" with contents
  19. [
  20. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MyScreensaver.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  21. "F:ddc++时尚编程百例实例43  编写屏保程序StdAfx.cpp"
  22. ]
  23. Creating command line "cl.exe @C:DOCUME~1AdminLOCALS~1TempRSP201.tmp" 
  24. Creating temporary file "C:DOCUME~1AdminLOCALS~1TempRSP202.tmp" with contents
  25. [
  26. /nologo /subsystem:windows /incremental:no /pdb:"Release/MyScreensaver.pdb" /machine:I386 /out:"Release/MyScreensaver.scr" 
  27. ".ReleaseMyScreensaver.obj"
  28. ".ReleaseMyScreensaverDlg.obj"
  29. ".ReleaseMyWnd.obj"
  30. ".ReleaseStdAfx.obj"
  31. ".ReleaseMyScreensaver.res"
  32. ]
  33. Creating command line "link.exe @C:DOCUME~1AdminLOCALS~1TempRSP202.tmp"
  34. <h3>Output Window</h3>
  35. Compiling resources...
  36. Compiling...
  37. StdAfx.cpp
  38. Compiling...
  39. MyScreensaver.cpp
  40. MyScreensaverDlg.cpp
  41. MyWnd.cpp
  42. Generating Code...
  43. Linking...
  44. <h3>Results</h3>
  45. MyScreensaver.scr - 0 error(s), 0 warning(s)
  46. </pre>
  47. </body>
  48. </html>