From 72fc1bc02d46ecde154df6eadac0ad8c7213e776 Mon Sep 17 00:00:00 2001 From: SuuperW Date: Mon, 30 Sep 2019 11:58:57 -0500 Subject: [PATCH] Update all configurations for DesHawk to build a DLL. --- desmume/src/frontend/windows/DeSmuME.vcxproj | 36 ++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/desmume/src/frontend/windows/DeSmuME.vcxproj b/desmume/src/frontend/windows/DeSmuME.vcxproj index 86d0150f3..010a44ddf 100644 --- a/desmume/src/frontend/windows/DeSmuME.vcxproj +++ b/desmume/src/frontend/windows/DeSmuME.vcxproj @@ -61,6 +61,15 @@ DynamicLibrary + + DynamicLibrary + + + DynamicLibrary + + + DynamicLibrary + @@ -74,6 +83,18 @@ .dll $(SolutionDir).obj\DesHawk\$(NDS_VisualStudioName)-$(Platform)-$(Configuration)\ + + .dll + $(SolutionDir).obj\DesHawk\$(NDS_VisualStudioName)-$(Platform)-$(Configuration)\ + + + $(SolutionDir).obj\DesHawk\$(NDS_VisualStudioName)-$(Platform)-$(Configuration)\ + .dll + + + $(SolutionDir).obj\DesHawk\$(NDS_VisualStudioName)-$(Platform)-$(Configuration)\ + .dll + true @@ -99,6 +120,21 @@ $(OutDir)$(TargetName)$(TargetExt) + + + $(OutDir)$(TargetName)$(TargetExt) + + + + + $(OutDir)$(TargetName)$(TargetExt) + + + + + $(OutDir)$(TargetName)$(TargetExt) + +