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

数学计算

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Interpolater - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP7F.tmp" with contents
  10. [
  11. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Interpolater.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  12. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter5InterpolaterInterpolate.cpp"
  13. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter5InterpolaterInterpolaterDlg.cpp"
  14. ]
  15. Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP7F.tmp" 
  16. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP80.tmp" with contents
  17. [
  18. /nologo /subsystem:windows /incremental:no /pdb:"Release/Interpolater.pdb" /machine:I386 /out:"Release/Interpolater.exe" 
  19. ".ReleaseInterpolate.obj"
  20. ".ReleaseInterpolater.obj"
  21. ".ReleaseInterpolaterDlg.obj"
  22. ".ReleaseSpline3Dlg.obj"
  23. ".ReleaseStdAfx.obj"
  24. ".ReleaseInterpolater.res"
  25. ]
  26. Creating command line "link.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP80.tmp"
  27. <h3>Output Window</h3>
  28. Compiling...
  29. Interpolate.cpp
  30. InterpolaterDlg.cpp
  31. Generating Code...
  32. Linking...
  33. <h3>Results</h3>
  34. Interpolater.exe - 0 error(s), 0 warning(s)
  35. <h3>
  36. --------------------Configuration: Interpolater - Win32 Debug--------------------
  37. </h3>
  38. <h3>Command Lines</h3>
  39. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP82.tmp" with contents
  40. [
  41. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Interpolater.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  42. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter5InterpolaterInterpolate.cpp"
  43. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter5InterpolaterInterpolaterDlg.cpp"
  44. ]
  45. Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP82.tmp" 
  46. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP83.tmp" with contents
  47. [
  48. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Interpolater.pdb" /debug /machine:I386 /out:"Debug/Interpolater.exe" /pdbtype:sept 
  49. ".DebugInterpolate.obj"
  50. ".DebugInterpolater.obj"
  51. ".DebugInterpolaterDlg.obj"
  52. ".DebugSpline3Dlg.obj"
  53. ".DebugStdAfx.obj"
  54. ".DebugInterpolater.res"
  55. ]
  56. Creating command line "link.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSP83.tmp"
  57. <h3>Output Window</h3>
  58. Compiling...
  59. Interpolate.cpp
  60. Generating Code...
  61. Compiling...
  62. InterpolaterDlg.cpp
  63. Generating Code...
  64. Linking...
  65. <h3>Results</h3>
  66. Interpolater.exe - 0 error(s), 0 warning(s)
  67. </pre>
  68. </body>
  69. </html>