ctrlbars.plg
上传用户:dfguandao
上传日期:2020-06-07
资源大小:23k
文件大小:3k
源码类别:

工具条

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: ctrlbars - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Release/ctrlbars.res" /d "NDEBUG" /d "_AFXDLL" "E:编程资料下载的代码在窗口左边实现toolbarctrlbars.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP185.tmp" with contents
  11. [
  12. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Release/ctrlbars.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c 
  13. "E:编程资料下载的代码在窗口左边实现toolbarctrlbars.cpp"
  14. "E:编程资料下载的代码在窗口左边实现toolbarmainfrm.cpp"
  15. "E:编程资料下载的代码在窗口左边实现toolbarpalette.cpp"
  16. "E:编程资料下载的代码在窗口左边实现toolbarstdafx.cpp"
  17. ]
  18. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP185.tmp" 
  19. Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/ctrlbars.pdb" /machine:I386 /out:"Release/ctrlbars.exe"  ".Releasectrlbars.obj" ".Releasemainfrm.obj" ".Releasepalette.obj" ".Releasestdafx.obj" ".Releasectrlbars.res" "
  20. <h3>Output Window</h3>
  21. Compiling resources...
  22. Compiling...
  23. ctrlbars.cpp
  24. mainfrm.cpp
  25. palette.cpp
  26. stdafx.cpp
  27. Linking...
  28. <h3>Results</h3>
  29. ctrlbars.exe - 0 error(s), 0 warning(s)
  30. <h3>
  31. --------------------Configuration: ctrlbars - Win32 Debug--------------------
  32. </h3>
  33. <h3>Command Lines</h3>
  34. Creating command line "rc.exe /l 0x804 /fo"Debug/ctrlbars.res" /d "_DEBUG" /d "_AFXDLL" "E:编程资料下载的代码在窗口左边实现toolbarctrlbars.rc"" 
  35. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP187.tmp" with contents
  36. [
  37. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/ctrlbars.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /c 
  38. "E:编程资料下载的代码在窗口左边实现toolbarctrlbars.cpp"
  39. "E:编程资料下载的代码在窗口左边实现toolbarmainfrm.cpp"
  40. "E:编程资料下载的代码在窗口左边实现toolbarpalette.cpp"
  41. "E:编程资料下载的代码在窗口左边实现toolbarstdafx.cpp"
  42. ]
  43. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP187.tmp" 
  44. Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/ctrlbars.pdb" /debug /machine:I386 /out:"Debug/ctrlbars.exe" /pdbtype:sept  ".Debugctrlbars.obj" ".Debugmainfrm.obj" ".Debugpalette.obj" ".Debugstdafx.obj" ".Debugctrlbars.res" "
  45. <h3>Output Window</h3>
  46. Compiling resources...
  47. Compiling...
  48. ctrlbars.cpp
  49. mainfrm.cpp
  50. palette.cpp
  51. stdafx.cpp
  52. Linking...
  53. <h3>Results</h3>
  54. ctrlbars.exe - 0 error(s), 0 warning(s)
  55. </pre>
  56. </body>
  57. </html>