1
0

Agave.nsh 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ; Agave (Winamp 5 Wasabi API)
  2. ; Config API
  3. SetOutPath $INSTDIR\Agave\Config
  4. File ${PROJECTS}\Agave\Config\api_config.h
  5. File ${PROJECTS}\Agave\Config\ifc_configgroup.h
  6. File ${PROJECTS}\Agave\Config\ifc_configitem.h
  7. ; Metadata API
  8. SetOutPath $INSTDIR\Agave\Metadata
  9. File ${PROJECTS}\Agave\Metadata\api_metadata.h
  10. File ${PROJECTS}\Agave\Metadata\svc_metatag.h
  11. ; Language API
  12. SetOutPath $INSTDIR\Agave\Language
  13. File ${PROJECTS}\Agave\Language\api_language.h
  14. File ${PROJECTS}\Agave\Language\lang.h
  15. ; Component API
  16. SetOutPath $INSTDIR\Agave\Component
  17. File ${PROJECTS}\Agave\Component\ifc_wa5component.h
  18. ; Album Art API
  19. SetOutPath $INSTDIR\Agave\AlbumArt
  20. File ${PROJECTS}\Agave\AlbumArt\svc_albumArtProvider.h
  21. File ${PROJECTS}\Agave\AlbumArt\api_albumart.h
  22. File ${PROJECTS}\Wasabi\api\service\svcs\svc_imgwrite.h
  23. ; Audio Decoder API
  24. SetOutPath $INSTDIR\Agave\DecodeFile
  25. File ${PROJECTS}\Agave\DecodeFile\api_decodefile.h
  26. File ${PROJECTS}\Agave\DecodeFile\ifc_audiostream.h
  27. ; Queue API
  28. SetOutPath $INSTDIR\Agave\Queue
  29. File ${PROJECTS}\Agave\Queue\api_queue.h
  30. ; ExplorerFindFile API
  31. SetOutPath $INSTDIR\Agave\ExplorerFindFile
  32. File ${PROJECTS}\Agave\ExplorerFindFile\api_explorerfindfile.h