aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libmodplug/libmodplug_2008.vcproj7
-rw-r--r--xbmc/lib/libPython/Python/PCbuild/zlib_python.vcproj16
-rw-r--r--xbmc/lib/libhdhomerun/hdhomerun/hdhomerun.vcproj2
3 files changed, 15 insertions, 10 deletions
diff --git a/lib/libmodplug/libmodplug_2008.vcproj b/lib/libmodplug/libmodplug_2008.vcproj
index d51fdccbe3..ae2d168bb3 100644
--- a/lib/libmodplug/libmodplug_2008.vcproj
+++ b/lib/libmodplug/libmodplug_2008.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="9,00"
Name="libmodplug_2008"
ProjectGUID="{C15B374E-7126-48FF-B618-A375D7B17FCF}"
RootNamespace="libmodplug_2008"
@@ -66,6 +66,9 @@
OutputFile="..\..\system\players\paplayer\libmodplug.dll"
ModuleDefinitionFile="libmodplug.def"
GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)$(TargetName).pdb"
+ ProfileGuidedDatabase="$(OutDir)$(TargetName).pgd"
+ ImportLibrary="$(OutDir)$(TargetName).lib"
/>
<Tool
Name="VCALinkTool"
@@ -139,6 +142,8 @@
Name="VCLinkerTool"
OutputFile="..\..\system\players\paplayer\libmodplug.dll"
ModuleDefinitionFile="libmodplug.def"
+ ProfileGuidedDatabase="$(OutDir)$(TargetName).pgd"
+ ImportLibrary="$(OutDir)$(TargetName).lib"
/>
<Tool
Name="VCALinkTool"
diff --git a/xbmc/lib/libPython/Python/PCbuild/zlib_python.vcproj b/xbmc/lib/libPython/Python/PCbuild/zlib_python.vcproj
index 7d22169f8e..efa25389ca 100644
--- a/xbmc/lib/libPython/Python/PCbuild/zlib_python.vcproj
+++ b/xbmc/lib/libPython/Python/PCbuild/zlib_python.vcproj
@@ -52,10 +52,10 @@
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\x86-temp-debug\zlib/zlib.pch"
- AssemblerListingLocation=".\x86-temp-debug\zlib/"
- ObjectFile=".\x86-temp-debug\zlib/"
- ProgramDataBaseFileName=".\x86-temp-debug\zlib/"
+ PrecompiledHeaderFile="$(IntDir)\zlib.pch"
+ AssemblerListingLocation="$(IntDir)\"
+ ObjectFile="$(IntDir)\"
+ ProgramDataBaseFileName="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -153,10 +153,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\x86-temp-release\zlib/zlib.pch"
- AssemblerListingLocation=".\x86-temp-release\zlib/"
- ObjectFile=".\x86-temp-release\zlib/"
- ProgramDataBaseFileName=".\x86-temp-release\zlib/"
+ PrecompiledHeaderFile="$(IntDir)\zlib.pch"
+ AssemblerListingLocation="$(IntDir)\"
+ ObjectFile="$(IntDir)\"
+ ProgramDataBaseFileName="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
diff --git a/xbmc/lib/libhdhomerun/hdhomerun/hdhomerun.vcproj b/xbmc/lib/libhdhomerun/hdhomerun/hdhomerun.vcproj
index ca901b43bc..358a232526 100644
--- a/xbmc/lib/libhdhomerun/hdhomerun/hdhomerun.vcproj
+++ b/xbmc/lib/libhdhomerun/hdhomerun/hdhomerun.vcproj
@@ -152,7 +152,7 @@
OptimizeReferences="2"
EnableCOMDATFolding="2"
ProfileGuidedDatabase=""
- ImportLibrary="Release\$(TargetName).lib"
+ ImportLibrary="$(OutDir)\$(TargetName).lib"
TargetMachine="1"
/>
<Tool