DSoundManager.plg
上传用户:hygd004
上传日期:2022-02-04
资源大小:1841k
文件大小:3k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: DSoundManager - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP3.tmp" with contents
  10. [
  11. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DSOUNDMANAGER_EXPORTS" /FR"Debug/" /Fp"Debug/DSoundManager.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "E:BooksDirectX资料dsoundDSoundManagerDirectSound.cpp"
  13. "E:BooksDirectX资料dsoundDSoundManagerDSoundManager.cpp"
  14. ]
  15. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP3.tmp" 
  16. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP4.tmp" with contents
  17. [
  18. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DSOUNDMANAGER_EXPORTS" /FR"Debug/" /Fp"Debug/DSoundManager.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  19. "E:BooksDirectX资料dsoundDSoundManagerStdAfx.cpp"
  20. ]
  21. Creating command line "cl.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP4.tmp" 
  22. <h3>Output Window</h3>
  23. Compiling...
  24. StdAfx.cpp
  25. Compiling...
  26. DirectSound.cpp
  27. DSoundManager.cpp
  28. linking with Microsoft's DirectSound library ...
  29. Generating Code...
  30. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP5.tmp" with contents
  31. [
  32. 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/DSoundManager.pdb" /debug /machine:I386 /out:"Debug/DSoundManager.dll" /implib:"Debug/DSoundManager.lib" /pdbtype:sept 
  33. ".DebugDirectSound.obj"
  34. ".DebugDSoundManager.obj"
  35. ".DebugStdAfx.obj"
  36. ]
  37. Creating command line "link.exe @C:DOCUME~1ADMINI~1LOCALS~1TempRSP5.tmp"
  38. <h3>Output Window</h3>
  39. Linking...
  40.    Creating library Debug/DSoundManager.lib and object Debug/DSoundManager.exp
  41. Creating command line "bscmake.exe /nologo /o"Debug/DSoundManager.bsc"  ".DebugStdAfx.sbr" ".DebugDirectSound.sbr" ".DebugDSoundManager.sbr""
  42. Creating browse info file...
  43. <h3>Output Window</h3>
  44. Creating temporary file "C:DOCUME~1ADMINI~1LOCALS~1TempRSP9.bat" with contents
  45. [
  46. @echo off
  47. copy DebugDSoundManager.dll ..DSound_demoDebug
  48. copy DebugDSoundManager.lib ..DSound_demo
  49. ]
  50. Creating command line "C:DOCUME~1ADMINI~1LOCALS~1TempRSP9.bat"
  51. 已复制         1 个文件。
  52. 已复制         1 个文件。
  53. <h3>Results</h3>
  54. DSoundManager.dll - 0 error(s), 0 warning(s)
  55. </pre>
  56. </body>
  57. </html>