mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
more adds from win32-branch
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
AdditionalDependencies="zlib.lib libid3tag.lib gnu_regex.lib pthreadVC2.lib wsock32.lib sqlite3.lib sqlite.lib dnssd.lib"
|
||||
OutputFile="$(OutDir)/mt-daapd.exe"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
IgnoreDefaultLibraryNames="LIBC"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/mt-daapd.pdb"
|
||||
@@ -50,7 +51,8 @@
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="C:\working\projects\win32\include"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
@@ -84,6 +86,7 @@
|
||||
AdditionalDependencies="zlib.lib libid3tag.lib gnu_regex.lib pthreadVC2.lib wsock32.lib sqlite3.lib sqlite.lib dnssd.lib"
|
||||
OutputFile="$(OutDir)/mt-daapd.exe"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
@@ -99,7 +102,8 @@
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories="C:\working\projects\win32\include"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
@@ -128,9 +132,6 @@
|
||||
<File
|
||||
RelativePath="..\src\db-sql-sqlite2.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\db-sql-sqlite3.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\db-sql.c">
|
||||
</File>
|
||||
@@ -144,7 +145,7 @@
|
||||
RelativePath="..\src\err.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\getopt.c">
|
||||
RelativePath="..\src\getopt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\main.c">
|
||||
@@ -206,6 +207,12 @@
|
||||
<File
|
||||
RelativePath="..\src\strtok_r.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\w32-eventlog.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\w32-service.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\webserver.c">
|
||||
</File>
|
||||
@@ -220,12 +227,24 @@
|
||||
<File
|
||||
RelativePath=".\config.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\daapd.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\err.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\os-win32.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\os.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\rend.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\resource.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\strptime.h">
|
||||
</File>
|
||||
@@ -235,6 +254,12 @@
|
||||
<File
|
||||
RelativePath="..\src\uici.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\w32-eventlog.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\w32-service.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\win32.h">
|
||||
</File>
|
||||
@@ -243,7 +268,41 @@
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||
<File
|
||||
RelativePath=".\mt-daapd.rc">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories=".;res"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
AdditionalIncludeDirectories=".;res;.."/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\messages.mc">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="mc.exe -A $(InputDir)$(InputName).mc -r $(InputDir)res -h $(InputDir)
|
||||
"
|
||||
Outputs="$(InputDir)res\$(InputName).rc;$(InputDir)$(InputName).h"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="mc.exe -A $(InputDir)$(InputName).mc -r $(InputDir)res -h $(InputDir)
|
||||
"
|
||||
Outputs="$(InputDir)res\$(InputName).rc;$(InputDir)$(InputName).h"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ReadMe.txt">
|
||||
</File>
|
||||
|
||||
Reference in New Issue
Block a user