mydll.plg
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: mydll - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/mydll.res" /d "_DEBUG" /d "_AFXDLL" "D:vcbookmydllmydll.rc"" 
  10. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B.tmp" with contents
  11. [
  12. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/mydll.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ    /c 
  13. "D:vcbookmydllmydll.cpp"
  14. ]
  15. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1B.tmp" 
  16. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP1C.tmp" with contents
  17. [
  18. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/mydll.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ    /c 
  19. "D:vcbookmydllStdAfx.cpp"
  20. ]
  21. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP1C.tmp" 
  22. Creating command line "link.exe /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/mydll.pdb" /debug /machine:I386 /def:".mydll.def" /out:"Debug/mydll.dll" /implib:"Debug/mydll.lib" /pdbtype:sept  .Debugmydll.obj .DebugStdAfx.obj .Debugmydll.res "
  23. <h3>Output Window</h3>
  24. Compiling resources...
  25. Compiling...
  26. StdAfx.cpp
  27. Compiling...
  28. mydll.cpp
  29. Linking...
  30.    Creating library Debug/mydll.lib and object Debug/mydll.exp
  31. <h3>Results</h3>
  32. mydll.dll - 0 error(s), 0 warning(s)
  33. </pre>
  34. </body>
  35. </html>