mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-25 21:53:17 -05:00
fix exports
This commit is contained in:
parent
4440ac7013
commit
c29f829c31
@ -93,8 +93,9 @@ Section "MainSection" SEC01
|
||||
File "${DLL_SOURCE}\zlib1.dll"
|
||||
|
||||
SetOutPath "$2\plugins"
|
||||
File "..\Release\rsp.dll"
|
||||
|
||||
File "${MTD_SOURCE}\rsp.dll"
|
||||
File "${MTD_SOURCE}\w32-event.dll"
|
||||
|
||||
SetOutPath "$2\admin-root"
|
||||
File "${ADMIN_ROOT}\thanks.html"
|
||||
File "${ADMIN_ROOT}\status.html"
|
||||
@ -143,6 +144,8 @@ Section "MainSection" SEC01
|
||||
CopyFiles "$2\mt-daapd-example.conf" "$2\mt-daapd.conf"
|
||||
WriteINIStr "$2\mt-daapd.conf" "general" "mp3_dir" $3
|
||||
HasConf:
|
||||
WriteINIStr "$2\mt-daapd.conf" "plugins" "plugin_dir" "plugins"
|
||||
WriteINIStr "$2\mt-daapd.conf" "plugins" "plugins" "rsp.dll,w32-event.dll"
|
||||
SetAutoClose False
|
||||
SectionEnd
|
||||
|
||||
@ -364,6 +367,7 @@ Section Uninstall
|
||||
Delete "$INSTDIR\mt-daapd.conf"
|
||||
Delete "$INSTDIR\zlib1.dll"
|
||||
Delete "$INSTDIR\plugins\rsp.dll"
|
||||
Delete "$INSTDIR\plugins\w32-event.dll"
|
||||
Delete "$INSTDIR\songs.db"
|
||||
Delete "$INSTDIR\songs3.db"
|
||||
Delete "$INSTDIR\mt-daapd-example.conf"
|
||||
|
@ -4,6 +4,7 @@
|
||||
Version="7.10"
|
||||
Name="w32-event"
|
||||
ProjectGUID="{E60F90F1-A1E5-49D8-A565-B990CA4BA860}"
|
||||
RootNamespace="w32-event"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -34,6 +35,7 @@
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/w32-event.dll"
|
||||
LinkIncremental="2"
|
||||
ModuleDefinitionFile="w32-event.def"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/w32-event.pdb"
|
||||
SubSystem="2"
|
||||
@ -81,6 +83,7 @@
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/w32-event.dll"
|
||||
LinkIncremental="1"
|
||||
ModuleDefinitionFile="w32-event.def"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user