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/bladesio1/bladesio1.vcxproj | 57 +++++++++++++++++-------------- 1 file changed, 31 insertions(+), 26 deletions(-) (limited to 'win32/plugins/bladesio1') diff --git a/win32/plugins/bladesio1/bladesio1.vcxproj b/win32/plugins/bladesio1/bladesio1.vcxproj index fa49daa2..e999b184 100755 --- a/win32/plugins/bladesio1/bladesio1.vcxproj +++ b/win32/plugins/bladesio1/bladesio1.vcxproj @@ -13,17 +13,21 @@ {F57B00CD-8399-4683-901E-11FA09727AE5} bladesio1 + 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/bladesio1.tlb + $(OutDir)\$(TargetName).tlb - MaxSpeed + Full OnlyExplicitInline .\;.\winsrc;..\..\..\plugins\bladesio1;..\..\..\libpcsxcore;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true MultiThreadedDLL true - .\Release/bladesio1.pch - .\Release/ - .\Release/ - .\Release/ + $(OutDir)$(TargetName).pch + $(IntDir) + $(IntDir) + $(IntDir)vc$(PlatformToolsetVersion).pdb true Level3 true + true NDEBUG;%(PreprocessorDefinitions) @@ -84,20 +89,20 @@ winmm.lib;ws2_32.lib;%(AdditionalDependencies) - .\Release/bladesio1.dll + $(OutDir)$(TargetName)$(TargetExt) true - .\bladesio1.def - .\Release/bladesio1.pdb + $(TargetName).def + $(OutDir)\$(TargetName).pdb Windows false - .\Release/bladesio1.lib + $(OutDir)\$(TargetName).lib MachineX86 true - .\Release/bladesio1.bsc + $(OutDir)\$(TargetName).bsc @@ -106,7 +111,7 @@ true true Win32 - .\Debug/bladesio1.tlb + $(OutDir)\$(TargetName).tlb @@ -116,11 +121,11 @@ WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug - .\Debug/bladesio1.pch - .\Debug/ - .\Debug/ - .\Debug/ + MultiThreadedDebugDLL + $(OutDir)\$(TargetName).pch + $(IntDir) + $(IntDir) + $(IntDir)vc$(PlatformToolsetVersion).pdb Level3 true ProgramDatabase @@ -131,21 +136,21 @@ winmm.lib;ws2_32.lib;%(AdditionalDependencies) - $(SolutionDir)$(Configuration)\bladesio1.dll + $(OutDir)$(TargetName)$(TargetExt) true - .\bladesio1.def + $(TargetName).def true - .\Debug/bladesio1.pdb + $(OutDir)\$(TargetName).pdb Windows false - .\Debug/bladesio1.lib + $(OutDir)\$(TargetName).lib MachineX86 true - .\Debug/bladesio1.bsc + $(OutDir)\$(TargetName).bsc -- cgit v1.2.3