From 99b1c7b9b61f9f867e7ed90c487722c747fc1af1 Mon Sep 17 00:00:00 2001 From: null_ptr Date: Tue, 1 Jul 2014 02:31:01 +0000 Subject: [PATCH] Fixed mupen64plus debug project settings --- .../mupen64plus-audio-bkm.vcxproj | 13 ++++++++++--- .../projects/msvc11/mupen64plus-core.vcxproj | 10 ++++++---- .../mupen64plus-input-bkm.vcxproj | 16 +++++++++++++--- .../projects/msvc11/mupen64plus-rsp-hle.vcxproj | 10 ++++++---- .../msvc11/mupen64plus-video-glide64mk2.vcxproj | 16 ++++++++++------ .../msvc11/mupen64plus-video-rice.vcxproj | 10 ++++++---- 6 files changed, 51 insertions(+), 24 deletions(-) diff --git a/libmupen64plus/mupen64plus-audio-bkm/mupen64plus-audio-bkm/mupen64plus-audio-bkm.vcxproj b/libmupen64plus/mupen64plus-audio-bkm/mupen64plus-audio-bkm/mupen64plus-audio-bkm.vcxproj index e32220aef1..43a6b4621e 100644 --- a/libmupen64plus/mupen64plus-audio-bkm/mupen64plus-audio-bkm/mupen64plus-audio-bkm.vcxproj +++ b/libmupen64plus/mupen64plus-audio-bkm/mupen64plus-audio-bkm/mupen64plus-audio-bkm.vcxproj @@ -36,7 +36,12 @@ - + + $(SolutionDir)..\..\..\..\output\dll\ + + + $(SolutionDir)..\..\..\..\output\dll\ + Level3 @@ -50,7 +55,8 @@ true - xcopy /y "$(OutDir)$(TargetName)$(TargetExt)" "$(TargetDir)..\..\..\..\..\BizHawk.MultiClient\output\dll\" + + @@ -71,7 +77,8 @@ true - xcopy /y "$(OutDir)$(TargetName)$(TargetExt)" "$(TargetDir)..\..\..\..\..\output\dll\" + + diff --git a/libmupen64plus/mupen64plus-core/projects/msvc11/mupen64plus-core.vcxproj b/libmupen64plus/mupen64plus-core/projects/msvc11/mupen64plus-core.vcxproj index d768091e95..2f0abf07b1 100644 --- a/libmupen64plus/mupen64plus-core/projects/msvc11/mupen64plus-core.vcxproj +++ b/libmupen64plus/mupen64plus-core/projects/msvc11/mupen64plus-core.vcxproj @@ -39,10 +39,10 @@ <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\ + $(SolutionDir)..\..\..\..\output\dll\ $(Configuration)\ true - $(SolutionDir)$(Configuration)\ + $(SolutionDir)..\..\..\..\output\dll\ $(Configuration)\ false AllRules.ruleset @@ -81,7 +81,8 @@ MachineX86 - xcopy /y "$(OutDir)mupen64plus.dll" "$(TargetDir)..\..\..\..\..\output\dll\" + + @@ -106,7 +107,8 @@ MachineX86 - xcopy /y "$(OutDir)mupen64plus.dll" "$(TargetDir)..\..\..\..\..\output\dll\" + + diff --git a/libmupen64plus/mupen64plus-input-bkm/mupen64plus-input-bkm/mupen64plus-input-bkm.vcxproj b/libmupen64plus/mupen64plus-input-bkm/mupen64plus-input-bkm/mupen64plus-input-bkm.vcxproj index 6adcf3db08..92b8275f3b 100644 --- a/libmupen64plus/mupen64plus-input-bkm/mupen64plus-input-bkm/mupen64plus-input-bkm.vcxproj +++ b/libmupen64plus/mupen64plus-input-bkm/mupen64plus-input-bkm/mupen64plus-input-bkm.vcxproj @@ -16,7 +16,7 @@ - Application + DynamicLibrary true v100 MultiByte @@ -40,6 +40,12 @@ false + $(SolutionDir)..\..\..\..\output\dll\ + true + + + $(SolutionDir)..\..\..\..\output\dll\ + true @@ -47,12 +53,15 @@ Disabled true false + ..\..\mupen64plus-core\src\api;..\..\mupen64plus-win32-deps\SDL-1.2.14\include;%(AdditionalIncludeDirectories) + WIN32;DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) true - xcopy /y "$(OutDir)$(TargetName)$(TargetExt)" "$(TargetDir)..\..\..\..\..\output\dll\" + + @@ -75,7 +84,8 @@ Windows - xcopy /y "$(OutDir)$(TargetName)$(TargetExt)" "$(TargetDir)..\..\..\..\..\output\dll\" + + diff --git a/libmupen64plus/mupen64plus-rsp-hle/projects/msvc11/mupen64plus-rsp-hle.vcxproj b/libmupen64plus/mupen64plus-rsp-hle/projects/msvc11/mupen64plus-rsp-hle.vcxproj index ed1a35b1ac..65936c50c7 100644 --- a/libmupen64plus/mupen64plus-rsp-hle/projects/msvc11/mupen64plus-rsp-hle.vcxproj +++ b/libmupen64plus/mupen64plus-rsp-hle/projects/msvc11/mupen64plus-rsp-hle.vcxproj @@ -39,10 +39,10 @@ <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\ + $(SolutionDir)..\..\..\..\output\dll\ $(Configuration)\ true - $(SolutionDir)$(Configuration)\ + $(SolutionDir)..\..\..\..\output\dll\ $(Configuration)\ false AllRules.ruleset @@ -73,7 +73,8 @@ MachineX86 - xcopy /y "$(OutDir)$(TargetName)$(TargetExt)" "$(TargetDir)..\..\..\..\..\BizHawk.MultiClient\output\dll\" + + @@ -96,7 +97,8 @@ MachineX86 - xcopy /y "$(OutDir)$(TargetName)$(TargetExt)" "$(TargetDir)..\..\..\..\..\output\dll\" + + diff --git a/libmupen64plus/mupen64plus-video-glide64mk2/projects/msvc11/mupen64plus-video-glide64mk2.vcxproj b/libmupen64plus/mupen64plus-video-glide64mk2/projects/msvc11/mupen64plus-video-glide64mk2.vcxproj index f6bc46bf49..f8ef21da19 100644 --- a/libmupen64plus/mupen64plus-video-glide64mk2/projects/msvc11/mupen64plus-video-glide64mk2.vcxproj +++ b/libmupen64plus/mupen64plus-video-glide64mk2/projects/msvc11/mupen64plus-video-glide64mk2.vcxproj @@ -42,10 +42,10 @@ <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\ + $(SolutionDir)..\..\..\..\output\dll\ $(Configuration)\ true - $(SolutionDir)$(Configuration)\ + $(SolutionDir)..\..\..\..\output\dll\ $(Configuration)\ false true @@ -98,8 +98,10 @@ .\Debug/n64Glide.bsc - xcopy /y "$(OutDir)$(TargetName)$(TargetExt)" "$(TargetDir)..\..\..\..\..\output\dll\" - Copying shared data and libraries to build directory... + + + + @@ -157,8 +159,10 @@ true - Copying shared data and libraries to build directory... - xcopy /y "$(OutDir)$(TargetName)$(TargetExt)" "$(TargetDir)..\..\..\..\..\output\dll\" + + + + diff --git a/libmupen64plus/mupen64plus-video-rice/projects/msvc11/mupen64plus-video-rice.vcxproj b/libmupen64plus/mupen64plus-video-rice/projects/msvc11/mupen64plus-video-rice.vcxproj index 82b239397b..fba3ee3eb4 100644 --- a/libmupen64plus/mupen64plus-video-rice/projects/msvc11/mupen64plus-video-rice.vcxproj +++ b/libmupen64plus/mupen64plus-video-rice/projects/msvc11/mupen64plus-video-rice.vcxproj @@ -39,10 +39,10 @@ <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\ + $(SolutionDir)..\..\..\..\output\dll\ $(Configuration)\ true - $(SolutionDir)$(Configuration)\ + $(SolutionDir)..\..\..\..\output\dll\ $(Configuration)\ false AllRules.ruleset @@ -73,7 +73,8 @@ MachineX86 - xcopy /y "$(OutDir)$(TargetName)$(TargetExt)" "$(TargetDir)..\..\..\..\..\BizHawk.MultiClient\output\dll\" + + @@ -97,7 +98,8 @@ MachineX86 - xcopy /y "$(OutDir)$(TargetName)$(TargetExt)" "$(TargetDir)..\..\..\..\..\output\dll\" + +