From 967dcacd7bb2a3766f59fb25075d234e4e178eb4 Mon Sep 17 00:00:00 2001 From: Stelios Tsampas Date: Mon, 9 Oct 2017 10:42:54 +0300 Subject: * win32 - Exclude top-level dir from includes - Use unified build dir for pcsxr and plugins --- win32/plugins/dfsound/DFSound.vcxproj | 57 +++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 26 deletions(-) (limited to 'win32/plugins/dfsound/DFSound.vcxproj') diff --git a/win32/plugins/dfsound/DFSound.vcxproj b/win32/plugins/dfsound/DFSound.vcxproj index a917dbc6..3f06e2cc 100755 --- a/win32/plugins/dfsound/DFSound.vcxproj +++ b/win32/plugins/dfsound/DFSound.vcxproj @@ -13,17 +13,21 @@ {DB25BF63-9B9E-4A40-A45E-BBBA49AD6F22} DFSound + 8.1 DynamicLibrary false v140 + MultiByte DynamicLibrary false v140 + MultiByte + true @@ -39,11 +43,11 @@ <_ProjectFileVersion>10.0.40219.1 - .\Release\ - .\Release\ + $(SolutionDir)build\$(Configuration)\plugins\ + $(SolutionDir)build\$(Configuration)\plugins\$(ProjectName)\obj\ false - .\Debug\ - .\Debug\ + $(SolutionDir)build\$(Configuration)\plugins\ + $(SolutionDir)build\$(Configuration)\plugins\$(ProjectName)\obj\ false AllRules.ruleset @@ -58,25 +62,26 @@ true true Win32 - .\Release/DFSound.tlb + $(OutDir)\$(TargetName).tlb - MaxSpeed + Full OnlyExplicitInline .\;.\winsrc;..\..\..\plugins\dfsound;..\..\glue;..\..\..\libpcsxcore;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true MultiThreadedDLL true - .\Release/DFSound.pch - .\Release/ - .\Release/ - .\Release/ + $(OutDir)$(TargetName).pch + $(IntDir) + $(IntDir) + $(IntDir)vc$(PlatformToolsetVersion).pdb true Level3 true + true NDEBUG;%(PreprocessorDefinitions) @@ -84,20 +89,20 @@ dsound.lib;winmm.lib;%(AdditionalDependencies) - .\Release/DFSound.dll + $(OutDir)$(TargetName)$(TargetExt) true - .\DFSound.def - .\Release/DFSound.pdb + $(TargetName).def + $(OutDir)$(TargetName).pdb Windows false - .\Release/DFSound.lib + $(OutDir)\$(TargetName).lib MachineX86 true - .\Release/DFSound.bsc + $(OutDir)\$(TargetName).bsc @@ -106,7 +111,7 @@ true true Win32 - .\Debug/DFSound.tlb + $(OutDir)\$(TargetName).tlb @@ -116,11 +121,11 @@ WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug - .\Debug/DFSound.pch - .\Debug/ - .\Debug/ - .\Debug/ + MultiThreadedDebugDLL + $(OutDir)$(ProjectName)\$(TargetName).pch + $(IntDir) + $(IntDir) + $(IntDir)vc$(PlatformToolsetVersion).pdb Level3 true ProgramDatabase @@ -131,21 +136,21 @@ dsound.lib;winmm.lib;%(AdditionalDependencies) - $(SolutionDir)$(Configuration)\DFSound.dll + $(OutDir)$(TargetName)$(TargetExt) true - .\DFSound.def + $(TargetName).def true - .\Debug/DFSound.pdb + $(OutDir)$(ProjectName)\$(TargetName).pdb Windows false - .\Debug/DFSound.lib + $(OutDir)\$(TargetName).lib MachineX86 true - .\Debug/DFSound.bsc + $(OutDir)\$(TargetName).bsc -- cgit v1.2.3