HotEditDemo.plg
上传用户:ybbdhb
上传日期:2007-01-02
资源大小:31k
文件大小:2k
源码类别:

编辑框

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: HotEditDemo - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x809 /fo"Release/HotEditDemo.res" /d "NDEBUG" /d "_AFXDLL" "D:BenchmarxHotEditDemoHotEditDemo.rc"" 
  10. Creating temporary file "c:windowsTEMPRSP51F5.TMP" with contents
  11. [
  12. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/HotEditDemo.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  13. "D:BenchmarxHotEditDemoHotEditDemo.cpp"
  14. "D:BenchmarxHotEditDemoHotEditDemoDlg.cpp"
  15. "D:BenchmarxHotEditDemoHotEdit.cpp"
  16. ]
  17. Creating command line "cl.exe @c:windowsTEMPRSP51F5.TMP" 
  18. Creating temporary file "c:windowsTEMPRSP51F6.TMP" with contents
  19. [
  20. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/HotEditDemo.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
  21. "D:BenchmarxHotEditDemoStdAfx.cpp"
  22. ]
  23. Creating command line "cl.exe @c:windowsTEMPRSP51F6.TMP" 
  24. Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/HotEditDemo.pdb" /machine:I386 /out:"Release/HotEditDemo.exe"  .ReleaseHotEditDemo.obj .ReleaseHotEditDemoDlg.obj .ReleaseStdAfx.obj .ReleaseHotEditDemo.res .ReleaseHotEdit.obj "
  25. <h3>Output Window</h3>
  26. Compiling resources...
  27. Compiling...
  28. StdAfx.cpp
  29. Compiling...
  30. HotEditDemo.cpp
  31. HotEditDemoDlg.cpp
  32. HotEdit.cpp
  33. Generating Code...
  34. Linking...
  35. <h3>Results</h3>
  36. HotEditDemo.exe - 0 error(s), 0 warning(s)
  37. </pre>
  38. </body>
  39. </html>