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

数学计算

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: NLequationCalculator - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP6E.tmp" with contents
  10. [
  11. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/NLequationCalculator.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  12. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter4NLequationCalculatorMatrix.cpp"
  13. ]
  14. Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP6E.tmp" 
  15. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP6F.tmp" with contents
  16. [
  17. /nologo /subsystem:windows /incremental:no /pdb:"Release/NLequationCalculator.pdb" /machine:I386 /out:"Release/NLequationCalculator.exe" 
  18. ".ReleaseComplex.obj"
  19. ".ReleaseLEquations.obj"
  20. ".ReleaseMatrix.obj"
  21. ".ReleaseNLequation.obj"
  22. ".ReleaseNLequationCalculator.obj"
  23. ".ReleaseNLequationCalculatorDlg.obj"
  24. ".ReleaseStdAfx.obj"
  25. ".ReleaseNLequationCalculator.res"
  26. ]
  27. Creating command line "link.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP6F.tmp"
  28. <h3>Output Window</h3>
  29. Compiling...
  30. Matrix.cpp
  31. Linking...
  32. LINK : warning LNK4089: all references to "MSVCP60.dll" discarded by /OPT:REF
  33. <h3>Results</h3>
  34. NLequationCalculator.exe - 0 error(s), 1 warning(s)
  35. <h3>
  36. --------------------Configuration: NLequationCalculator - Win32 Debug--------------------
  37. </h3>
  38. <h3>Command Lines</h3>
  39. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP71.tmp" with contents
  40. [
  41. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/NLequationCalculator.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  42. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter4NLequationCalculatorMatrix.cpp"
  43. ]
  44. Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP71.tmp" 
  45. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP72.tmp" with contents
  46. [
  47. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/NLequationCalculator.pdb" /debug /machine:I386 /out:"Debug/NLequationCalculator.exe" /pdbtype:sept 
  48. ".DebugComplex.obj"
  49. ".DebugLEquations.obj"
  50. ".DebugMatrix.obj"
  51. ".DebugNLequation.obj"
  52. ".DebugNLequationCalculator.obj"
  53. ".DebugNLequationCalculatorDlg.obj"
  54. ".DebugStdAfx.obj"
  55. ".DebugNLequationCalculator.res"
  56. ]
  57. Creating command line "link.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP72.tmp"
  58. <h3>Output Window</h3>
  59. Compiling...
  60. Matrix.cpp
  61. Linking...
  62. <h3>Results</h3>
  63. NLequationCalculator.exe - 0 error(s), 0 warning(s)
  64. </pre>
  65. </body>
  66. </html>