Fractal Example.plg
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:3k
源码类别:

游戏

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Fractal Example - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x409 /fo".Debug/Fractal Example.res" /d "_DEBUG" /d "_AFXDLL" "D:Cauchy第三本书 VC游戏开发《-----------实例------------》第六章实例fractalFractal Example.rc"" 
  10. Creating temporary file "C:DOCUME~1CauchyLOCALS~1TempRSP53A.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR".Debug/" /Fp".Debug/Fractal Example.pch" /Yu"stdafx.h" /Fo".Debug/" /Fd".Debug/" /FD /c 
  13. "D:Cauchy第三本书 VC游戏开发《-----------实例------------》第六章实例fractalCOpenGLView.cpp"
  14. "D:Cauchy第三本书 VC游戏开发《-----------实例------------》第六章实例fractalFractal Example.cpp"
  15. "D:Cauchy第三本书 VC游戏开发《-----------实例------------》第六章实例fractalFractal ExampleDoc.cpp"
  16. "D:Cauchy第三本书 VC游戏开发《-----------实例------------》第六章实例fractalFractal ExampleView.cpp"
  17. "D:Cauchy第三本书 VC游戏开发《-----------实例------------》第六章实例fractalFractalOptionsDlg.cpp"
  18. "D:Cauchy第三本书 VC游戏开发《-----------实例------------》第六章实例fractalMainFrm.cpp"
  19. ]
  20. Creating command line "cl.exe @C:DOCUME~1CauchyLOCALS~1TempRSP53A.tmp" 
  21. Creating temporary file "C:DOCUME~1CauchyLOCALS~1TempRSP53B.tmp" with contents
  22. [
  23. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR".Debug/" /Fo".Debug/" /Fd".Debug/" /FD /c 
  24. "D:Cauchy第三本书 VC游戏开发《-----------实例------------》第六章实例fractalfractmod.c"
  25. ]
  26. Creating command line "cl.exe @C:DOCUME~1CauchyLOCALS~1TempRSP53B.tmp" 
  27. Creating temporary file "C:DOCUME~1CauchyLOCALS~1TempRSP53C.tmp" with contents
  28. [
  29. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR".Debug/" /Fp".Debug/Fractal Example.pch" /Yc"stdafx.h" /Fo".Debug/" /Fd".Debug/" /FD /c 
  30. "D:Cauchy第三本书 VC游戏开发《-----------实例------------》第六章实例fractalStdAfx.cpp"
  31. ]
  32. Creating command line "cl.exe @C:DOCUME~1CauchyLOCALS~1TempRSP53C.tmp" 
  33. Creating temporary file "C:DOCUME~1CauchyLOCALS~1TempRSP53D.tmp" with contents
  34. [
  35. glu32.lib opengl32.lib glaux.lib /nologo /subsystem:windows /incremental:yes /pdb:".Debug/Fractal Example.pdb" /debug /machine:I386 /out:".Debug/Fractal Example.exe" 
  36. ".DebugCOpenGLView.obj"
  37. ".DebugFractal Example.obj"
  38. ".DebugFractal ExampleDoc.obj"
  39. ".DebugFractal ExampleView.obj"
  40. ".DebugFractalOptionsDlg.obj"
  41. ".Debugfractmod.obj"
  42. ".DebugMainFrm.obj"
  43. ".DebugStdAfx.obj"
  44. ".DebugFractal Example.res"
  45. ]
  46. Creating command line "link.exe @C:DOCUME~1CauchyLOCALS~1TempRSP53D.tmp"
  47. <h3>Output Window</h3>
  48. Compiling resources...
  49. Compiling...
  50. StdAfx.cpp
  51. Compiling...
  52. COpenGLView.cpp
  53. Fractal Example.cpp
  54. Fractal ExampleDoc.cpp
  55. Fractal ExampleView.cpp
  56. FractalOptionsDlg.cpp
  57. MainFrm.cpp
  58. Generating Code...
  59. Compiling...
  60. fractmod.c
  61. Linking...
  62. <h3>Results</h3>
  63. Fractal Example.exe - 0 error(s), 0 warning(s)
  64. </pre>
  65. </body>
  66. </html>