From 76e35c8ce1edffb2bfefbd36b6b9f89a4cc47678 Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Sun, 8 Oct 2006 23:27:47 +0000 Subject: [PATCH] add out-daap to win32 package --- win32/nsi/mt-daapd.nsi.templ | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win32/nsi/mt-daapd.nsi.templ b/win32/nsi/mt-daapd.nsi.templ index 13ae3d32..1e98ba82 100644 --- a/win32/nsi/mt-daapd.nsi.templ +++ b/win32/nsi/mt-daapd.nsi.templ @@ -144,6 +144,7 @@ Section "MainSection" SEC01 SetOutPath "$2\plugins" File "${MTD_SOURCE}\rsp.dll" + File "${MTD_SOURCE}\out-daap.dll" File "${MTD_SOURCE}\w32-event.dll" File "${MTD_SOURCE}\ssc-ffmpeg.dll" File "${MTD_SOURCE}\ssc-wma.dll" @@ -467,6 +468,7 @@ Section Uninstall Delete "$INSTDIR\avformat.dll" Delete "$INSTDIR\libFLAC.dll" Delete "$INSTDIR\plugins\rsp.dll" + Delete "$INSTDIR\plugins\out-daap.dll" Delete "$INSTDIR\plugins\w32-event.dll" Delete "$INSTDIR\plugins\ssc-ffmpeg.dll" Delete "$INSTDIR\plugins\ssc-wma.dll"