# HG changeset patch # User Chris Cannam # Date 1517852301 0 # Node ID 46109b1ec46ea9fbc9ef787400e9ed3da1a078f0 # Parent dc462bfe4af967d4286e649e70817a5d420260c9 Split out qm-dsp project diff -r dc462bfe4af9 -r 46109b1ec46e .hgignore --- a/.hgignore Fri Feb 02 18:01:25 2018 +0000 +++ b/.hgignore Mon Feb 05 17:38:21 2018 +0000 @@ -9,3 +9,4 @@ build/msvc/Release build/msvc/x64/Debug build/msvc/x64/Release +re:^build/mingw32/x64/Release/ diff -r dc462bfe4af9 -r 46109b1ec46e build/msvc/QMVampPlugins.sln --- a/build/msvc/QMVampPlugins.sln Fri Feb 02 18:01:25 2018 +0000 +++ b/build/msvc/QMVampPlugins.sln Mon Feb 05 17:38:21 2018 +0000 @@ -4,6 +4,11 @@ VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QMVampPlugins", "QMVampPlugins.vcxproj", "{1F995CF1-8B4B-445C-824D-09B3268DB29D}" + ProjectSection(ProjectDependencies) = postProject + {5B452691-B096-4129-972B-612BD29C92DF} = {5B452691-B096-4129-972B-612BD29C92DF} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QMDSP", "..\..\lib\qm-dsp\build\msvc\QMDSP.vcxproj", "{5B452691-B096-4129-972B-612BD29C92DF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -21,6 +26,14 @@ {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Release|x64.Build.0 = Release|x64 {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Release|x86.ActiveCfg = Release|Win32 {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Release|x86.Build.0 = Release|Win32 + {5B452691-B096-4129-972B-612BD29C92DF}.Debug|x64.ActiveCfg = Debug|x64 + {5B452691-B096-4129-972B-612BD29C92DF}.Debug|x64.Build.0 = Debug|x64 + {5B452691-B096-4129-972B-612BD29C92DF}.Debug|x86.ActiveCfg = Debug|Win32 + {5B452691-B096-4129-972B-612BD29C92DF}.Debug|x86.Build.0 = Debug|Win32 + {5B452691-B096-4129-972B-612BD29C92DF}.Release|x64.ActiveCfg = Release|x64 + {5B452691-B096-4129-972B-612BD29C92DF}.Release|x64.Build.0 = Release|x64 + {5B452691-B096-4129-972B-612BD29C92DF}.Release|x86.ActiveCfg = Release|Win32 + {5B452691-B096-4129-972B-612BD29C92DF}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff -r dc462bfe4af9 -r 46109b1ec46e build/msvc/QMVampPlugins.vcxproj --- a/build/msvc/QMVampPlugins.vcxproj Fri Feb 02 18:01:25 2018 +0000 +++ b/build/msvc/QMVampPlugins.vcxproj Mon Feb 05 17:38:21 2018 +0000 @@ -116,86 +116,11 @@ /EXPORT:vampGetPluginDescriptor %(AdditionalOptions) - $(ProjectDir)\lib64\libopenblas.lib;legacy_stdio_definitions.lib;%(AdditionalDependencies) + $(SolutionDir)\$(Platform)\$(Configuration)\qm-dsp.lib;$(ProjectDir)\lib64\libopenblas.lib;legacy_stdio_definitions.lib;%(AdditionalDependencies) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -214,99 +139,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -320,8 +152,6 @@ - -