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/dfxvideo/DFXVideo.vcxproj | 62 ++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 29 deletions(-) (limited to 'win32/plugins/dfxvideo') diff --git a/win32/plugins/dfxvideo/DFXVideo.vcxproj b/win32/plugins/dfxvideo/DFXVideo.vcxproj index cac25064..b8bd49d2 100755 --- a/win32/plugins/dfxvideo/DFXVideo.vcxproj +++ b/win32/plugins/dfxvideo/DFXVideo.vcxproj @@ -13,17 +13,21 @@ {30F06328-DD64-4030-AF7A-19FBC74CF298} DFXVideo + 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/DFXVideo.tlb + $(OutDir)\$(TargetName).tlb - MaxSpeed + Full OnlyExplicitInline .\;.\winsrc;..\..;..\..\glue;..\..\..\plugins\dfxvideo;..\..\..\libpcsxcore;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;__i386__;%(PreprocessorDefinitions) true MultiThreadedDLL true - .\Release/DFXVideo.pch - .\Release/ - .\Release/ - .\Release/ + $(OutDir)$(TargetName).pch + $(IntDir) + $(IntDir) + $(IntDir)vc$(PlatformToolsetVersion).pdb true Level3 true + true NDEBUG;%(PreprocessorDefinitions) @@ -84,25 +89,24 @@ winmm.lib;vfw32.lib;%(AdditionalDependencies) - .\Release/DFXVideo.dll + $(OutDir)$(TargetName)$(TargetExt) true - .\DFXVideo.def - .\Release/DFXVideo.pdb + $(TargetName).def + $(OutDir)$(TargetName).pdb Windows false - .\Release/DFXVideo.lib + $(OutDir)\$(TargetName).lib MachineX86 true - .\Release/DFXVideo.bsc + $(OutDir)\$(TargetName).bsc - rem copy release\DFXVideo.dll d:\emus\epsxe\plugins -rem copy release\DFXVideo.dll d:\emus\zinc\renderer.znc - + + @@ -111,7 +115,7 @@ rem copy release\DFXVideo.dll d:\emus\zinc\renderer.znc true true Win32 - .\Debug/DFXVideo.tlb + $(OutDir)\$(TargetName).tlb @@ -121,11 +125,11 @@ rem copy release\DFXVideo.dll d:\emus\zinc\renderer.znc WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug - .\Debug/DFXVideo.pch - .\Debug/ - .\Debug/ - .\Debug/ + MultiThreadedDebugDLL + $(OutDir)$(ProjectName)\$(TargetName).pch + $(IntDir) + $(IntDir) + $(IntDir)vc$(PlatformToolsetVersion).pdb Level3 true ProgramDatabase @@ -136,21 +140,21 @@ rem copy release\DFXVideo.dll d:\emus\zinc\renderer.znc winmm.lib;vfw32.lib;%(AdditionalDependencies) - $(SolutionDir)$(Configuration)\DFXVideo.dll + $(OutDir)$(TargetName)$(TargetExt) true - .\DFXVideo.def + $(TargetName).def true - .\Debug/DFXVideo.pdb + $(OutDir)$(ProjectName)\$(TargetName).pdb Windows false - .\Debug/DFXVideo.lib + $(OutDir)\$(TargetName).lib MachineX86 true - .\Debug/DFXVideo.bsc + $(OutDir)\$(TargetName).bsc -- cgit v1.2.3