cmidiin.plg 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: cmidiin - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "c:\windows\TEMP\RSP5012.TMP" with contents
  10. [
  11. /nologo /ML /W3 /GX /O2 /I "../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_MM__" /Fp"Release/cmidiin.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
  12. "C:\gary\rtmidi\RtMidi.cpp"
  13. ]
  14. Creating command line "cl.exe @c:\windows\TEMP\RSP5012.TMP"
  15. Creating temporary file "c:\windows\TEMP\RSP5013.TMP" with contents
  16. [
  17. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib /nologo /subsystem:console /incremental:no /pdb:"cmidiin.pdb" /machine:I386 /out:"cmidiin.exe"
  18. .\Release\RtMidi.obj
  19. .\Release\cmidiin.obj
  20. ]
  21. Creating command line "link.exe @c:\windows\TEMP\RSP5013.TMP"
  22. <h3>Output Window</h3>
  23. Compiling...
  24. RtMidi.cpp
  25. Linking...
  26. <h3>Results</h3>
  27. cmidiin.exe - 0 error(s), 0 warning(s)
  28. </pre>
  29. </body>
  30. </html>