brewser.plg
上传用户:xinjie
上传日期:2021-05-30
资源大小:491k
文件大小:2k
源码类别:

BREW编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: brewser - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1WANGHO~1LOCALS~1TempRSP200.tmp" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /I "E:BREWSD~1.0inc" /I "....inc" /I "..xmod" /D "_DEBUG" /D "AEE_SIMULATOR" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "BREWSER_EXPORTS" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "E:BREW SDK v2.0.0ExamplesBREW Browser v2.0.0brewserbookmarks.c"
  13. "E:BREW SDK v2.0.0ExamplesBREW Browser v2.0.0brewserbrewser.c"
  14. "E:BREW SDK v2.0.0ExamplesBREW Browser v2.0.0brewserconfig.c"
  15. "E:BREW SDK v2.0.0ExamplesBREW Browser v2.0.0brewserlcgieng.c"
  16. ]
  17. Creating command line "cl.exe @C:DOCUME~1WANGHO~1LOCALS~1TempRSP200.tmp" 
  18. Creating temporary file "C:DOCUME~1WANGHO~1LOCALS~1TempRSP201.tmp" with contents
  19. [
  20. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"Debug/brewser.pdb" /debug /machine:I386 /out:"brewser.dll" /implib:"Debug/brewser.lib" /pdbtype:sept 
  21. ".Debugbookmarks.obj"
  22. ".Debugbrewser.obj"
  23. ".Debugconfig.obj"
  24. ".Debugheadermaker.obj"
  25. ".Debuglcgieng.obj"
  26. ".Debugprefmgr.obj"
  27. ".Debugrefresher.obj"
  28. ".Debugslider.obj"
  29. ".Debugstatusbox.obj"
  30. ".Debugtooltip.obj"
  31. ".Debugutil.obj"
  32. ".Debugwebcache.obj"
  33. ".Debugxmodimpl.obj"
  34. ".Debugxmodstub.obj"
  35. ]
  36. Creating command line "link.exe @C:DOCUME~1WANGHO~1LOCALS~1TempRSP201.tmp"
  37. <h3>Output Window</h3>
  38. Compiling...
  39. bookmarks.c
  40. brewser.c
  41. config.c
  42. lcgieng.c
  43. Generating Code...
  44. e:brew sdk v2.0.0examplesbrew browser v2.0.0brewserbrewser.c(2633) : warning C4761: integral size mismatch in argument; conversion supplied
  45. Linking...
  46. <h3>Results</h3>
  47. brewser.dll - 0 error(s), 1 warning(s)
  48. </pre>
  49. </body>
  50. </html>