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

数学计算

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Sample - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Release/Sample.res" /d "NDEBUG" /d "_AFXDLL" "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7SampleSample.rc"" 
  10. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPEE.tmp" with contents
  11. [
  12. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Sample.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  13. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7SampleSample.cpp"
  14. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7SampleSampleDlg.cpp"
  15. ]
  16. Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPEE.tmp" 
  17. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPEF.tmp" with contents
  18. [
  19. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Sample.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  20. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7SampleStdAfx.cpp"
  21. ]
  22. Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPEF.tmp" 
  23. Creating command line "link.exe Algthms.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/Sample.pdb" /machine:I386 /out:"Release/Sample.exe"  ".ReleaseSample.obj" ".ReleaseSampleDlg.obj" ".ReleaseStdAfx.obj" ".ReleaseSample.res" "
  24. <h3>Output Window</h3>
  25. Compiling resources...
  26. Compiling...
  27. StdAfx.cpp
  28. Compiling...
  29. Sample.cpp
  30. SampleDlg.cpp
  31. Generating Code...
  32. Linking...
  33. <h3>Results</h3>
  34. Sample.exe - 0 error(s), 0 warning(s)
  35. <h3>
  36. --------------------Configuration: Sample - Win32 Debug--------------------
  37. </h3>
  38. <h3>Command Lines</h3>
  39. Creating command line "rc.exe /l 0x804 /fo"Debug/Sample.res" /d "_DEBUG" /d "_AFXDLL" "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7SampleSample.rc"" 
  40. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPF1.tmp" with contents
  41. [
  42. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Sample.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  43. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7SampleSample.cpp"
  44. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7SampleSampleDlg.cpp"
  45. ]
  46. Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPF1.tmp" 
  47. Creating temporary file "C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPF2.tmp" with contents
  48. [
  49. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Sample.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  50. "F:My DocumentszzfBooksAlgorithms - VCSourceChapter7SampleStdAfx.cpp"
  51. ]
  52. Creating command line "cl.exe @C:DOCUME~1DARIN~1.INTLOCALS~1TempRSPF2.tmp" 
  53. Creating command line "link.exe algthmsD.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Sample.pdb" /debug /machine:I386 /out:"Debug/Sample.exe" /pdbtype:sept  ".DebugSample.obj" ".DebugSampleDlg.obj" ".DebugStdAfx.obj" ".DebugSample.res" "
  54. <h3>Output Window</h3>
  55. Compiling resources...
  56. Compiling...
  57. StdAfx.cpp
  58. Compiling...
  59. Sample.cpp
  60. SampleDlg.cpp
  61. Generating Code...
  62. Linking...
  63. <h3>Results</h3>
  64. Sample.exe - 0 error(s), 0 warning(s)
  65. </pre>
  66. </body>
  67. </html>