AlgthmsS.plg
上传用户:weigute
上传日期:2007-03-02
资源大小:1287k
文件大小:4k
源码类别:

数学计算

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: AlgthmsS - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPF6.tmp" with contents
  10. [
  11. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Fp"Release/AlgthmsS.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  12. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSComplex.cpp"
  13. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSIntegral.cpp"
  14. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSInterpolate.cpp"
  15. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSLEquations.cpp"
  16. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSMatrix.cpp"
  17. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSNLequation.cpp"
  18. ]
  19. Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPF6.tmp" 
  20. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPF7.tmp" with contents
  21. [
  22. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Fp"Release/AlgthmsS.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  23. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSStdAfx.cpp"
  24. ]
  25. Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPF7.tmp" 
  26. Creating command line "link.exe -lib /nologo /out:"ReleaseAlgthmsS.lib"  ".ReleaseComplex.obj" ".ReleaseIntegral.obj" ".ReleaseInterpolate.obj" ".ReleaseLEquations.obj" ".ReleaseMatrix.obj" ".ReleaseNLequation.obj" ".ReleaseStdAfx.obj" "
  27. <h3>Output Window</h3>
  28. Compiling...
  29. StdAfx.cpp
  30. Compiling...
  31. Complex.cpp
  32. Integral.cpp
  33. Interpolate.cpp
  34. LEquations.cpp
  35. Matrix.cpp
  36. NLequation.cpp
  37. Generating Code...
  38. Creating library...
  39. <h3>Results</h3>
  40. AlgthmsS.lib - 0 error(s), 0 warning(s)
  41. <h3>
  42. --------------------Configuration: AlgthmsS - Win32 Debug--------------------
  43. </h3>
  44. <h3>Command Lines</h3>
  45. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPF8.tmp" with contents
  46. [
  47. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/AlgthmsS.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  48. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSComplex.cpp"
  49. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSIntegral.cpp"
  50. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSInterpolate.cpp"
  51. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSLEquations.cpp"
  52. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSMatrix.cpp"
  53. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSNLequation.cpp"
  54. ]
  55. Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPF8.tmp" 
  56. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPF9.tmp" with contents
  57. [
  58. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/AlgthmsS.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  59. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7AlgthmsSStdAfx.cpp"
  60. ]
  61. Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPF9.tmp" 
  62. Creating command line "link.exe -lib /nologo /out:"DebugAlgthmsSD.lib"  ".DebugComplex.obj" ".DebugIntegral.obj" ".DebugInterpolate.obj" ".DebugLEquations.obj" ".DebugMatrix.obj" ".DebugNLequation.obj" ".DebugStdAfx.obj" "
  63. <h3>Output Window</h3>
  64. Compiling...
  65. StdAfx.cpp
  66. Compiling...
  67. Complex.cpp
  68. Integral.cpp
  69. Interpolate.cpp
  70. LEquations.cpp
  71. Matrix.cpp
  72. NLequation.cpp
  73. Generating Code...
  74. Creating library...
  75. <h3>Results</h3>
  76. AlgthmsSD.lib - 0 error(s), 0 warning(s)
  77. </pre>
  78. </body>
  79. </html>