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/peopsxgl/gpuPeopsOpenGL.vcxproj | 60 +++++++++++++++------------ 1 file changed, 33 insertions(+), 27 deletions(-) (limited to 'win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj') diff --git a/win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj b/win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj index a9bf432e..792c7eff 100755 --- a/win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj +++ b/win32/plugins/peopsxgl/gpuPeopsOpenGL.vcxproj @@ -13,17 +13,21 @@ {726BDE88-F2AD-4666-A4BC-5858F973976E} gpuPeopsOpenGL + 8.1 DynamicLibrary false v140 + MultiByte + true DynamicLibrary false v140 + MultiByte @@ -39,11 +43,11 @@ <_ProjectFileVersion>10.0.40219.1 - .\Debug\ - .\Debug\ + $(SolutionDir)build\$(Configuration)\plugins\ + $(SolutionDir)build\$(Configuration)\plugins\$(ProjectName)\obj\ false - .\Release\ - .\Release\ + $(SolutionDir)build\$(Configuration)\plugins\ + $(SolutionDir)build\$(Configuration)\plugins\$(ProjectName)\obj\ false AllRules.ruleset @@ -58,7 +62,7 @@ true true Win32 - .\Debug/gpuPeopsOpenGL.tlb + $(OutDir)\$(TargetName).tlb @@ -68,11 +72,11 @@ WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug - .\Debug/gpuPeopsOpenGL.pch - .\Debug/ - .\Debug/ - .\Debug/ + MultiThreadedDebugDLL + $(OutDir)$(ProjectName)\$(TargetName).pch + $(IntDir) + $(IntDir) + $(IntDir)vc$(PlatformToolsetVersion).pdb Level3 true ProgramDatabase @@ -83,21 +87,21 @@ opengl32.lib;winmm.lib;%(AdditionalDependencies) - $(SolutionDir)$(Configuration)\gpuPeopsOpenGL.dll + $(OutDir)$(TargetName)$(TargetExt) true - .\gpuPeopsOpenGL.def + $(TargetName).def true - .\Debug/gpuPeopsOpenGL.pdb + $(OutDir)$(ProjectName)\$(TargetName).pdb Windows false - .\Debug/gpuPeopsOpenGL.lib + $(OutDir)\$(TargetName).lib MachineX86 true - .\Debug/gpuPeopsOpenGL.bsc + $(OutDir)\$(TargetName).bsc @@ -106,25 +110,26 @@ true true Win32 - .\Release/gpuPeopsOpenGL.tlb + $(OutDir)\$(TargetName).tlb - MaxSpeed + Full OnlyExplicitInline .\;.\winsrc;..\..\glue;..\..\..\plugins\peopsxgl;..\..\..\libpcsxcore;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true MultiThreadedDLL true - .\Release/gpuPeopsOpenGL.pch - .\Release/ - .\Release/ - .\Release/ + $(OutDir)$(TargetName).pch + $(IntDir) + $(IntDir) + $(IntDir)vc$(PlatformToolsetVersion).pdb true Level3 true + true NDEBUG;%(PreprocessorDefinitions) @@ -132,23 +137,24 @@ opengl32.lib;winmm.lib;%(AdditionalDependencies) - .\Release/gpuPeopsOpenGL.dll + $(OutDir)$(TargetName)$(TargetExt) true - .\gpuPeopsOpenGL.def - .\Release/gpuPeopsOpenGL.pdb + $(TargetName).def + $(OutDir)$(TargetName).pdb Windows false - .\Release/gpuPeopsOpenGL.lib + $(OutDir)\$(TargetName).lib MachineX86 true - .\Release/gpuPeopsOpenGL.bsc + $(OutDir)\$(TargetName).bsc - rem copy release\*.dll d:\emus\epsxe\plugins + + -- cgit v1.2.3