# HG changeset patch # User Chris Cannam # Date 1517343857 0 # Node ID 4e3bd932c19510f21514b54c544349e397604c6d # Parent d05225042546d32f216e8d0a7d040a571fc54449 Poking around towards an MSVC build (maybe) diff -r d05225042546 -r 4e3bd932c195 .hgignore --- a/.hgignore Tue Jan 30 09:59:27 2018 +0000 +++ b/.hgignore Tue Jan 30 20:24:17 2018 +0000 @@ -4,3 +4,5 @@ *.so *.dll glob:.vext-*.bin +build/msvc/Debug +build/msvc/Release diff -r d05225042546 -r 4e3bd932c195 build/msvc/QMVampPlugins.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/msvc/QMVampPlugins.sln Tue Jan 30 20:24:17 2018 +0000 @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QMVampPlugins", "QMVampPlugins.vcxproj", "{1F995CF1-8B4B-445C-824D-09B3268DB29D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Debug|x64.ActiveCfg = Debug|x64 + {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Debug|x64.Build.0 = Debug|x64 + {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Debug|x86.ActiveCfg = Debug|Win32 + {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Debug|x86.Build.0 = Debug|Win32 + {1F995CF1-8B4B-445C-824D-09B3268DB29D}.Release|x64.ActiveCfg = Release|x64 + {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 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -r d05225042546 -r 4e3bd932c195 build/msvc/QMVampPlugins.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/msvc/QMVampPlugins.vcxproj Tue Jan 30 20:24:17 2018 +0000 @@ -0,0 +1,310 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {1F995CF1-8B4B-445C-824D-09B3268DB29D} + Win32Proj + + + + DynamicLibrary + true + v140 + + + DynamicLibrary + false + v140 + + + Application + true + v140 + + + Application + false + v140 + + + + + + + + + + + + + + + + + + + + + true + + + true + + + + WIN32;_DEBUG;_WINDOWS;_USRDLL;QMVAMPPLUGINS_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + ProgramDatabase + Disabled + $(ProjectDir)\..\..\lib\qm-dsp\ext\clapack\include;$(ProjectDir)\..\..\lib\qm-dsp\ext\kissfft;$(ProjectDir)\..\..\lib\qm-dsp\ext\cblas\include;$(ProjectDir)\..\..\lib\qm-dsp;$(ProjectDir)\..\..\lib\vamp-plugin-sdk;%(AdditionalIncludeDirectories) + + + MachineX86 + true + Windows + + + + + WIN32;NDEBUG;_WINDOWS;_USRDLL;QMVAMPPLUGINS_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + ProgramDatabase + $(ProjectDir)\..\..\lib\qm-dsp\ext\clapack\include;%(AdditionalIncludeDirectories) + + + MachineX86 + true + Windows + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r d05225042546 -r 4e3bd932c195 vext-lock.json --- a/vext-lock.json Tue Jan 30 09:59:27 2018 +0000 +++ b/vext-lock.json Tue Jan 30 20:24:17 2018 +0000 @@ -1,10 +1,10 @@ { "libraries": { "vamp-plugin-sdk": { - "pin": "90571dcc371a" + "pin": "13e551657422" }, "qm-dsp": { - "pin": "f11ec82227d5" + "pin": "7eade513d470" } } } diff -r d05225042546 -r 4e3bd932c195 vext-project.json --- a/vext-project.json Tue Jan 30 09:59:27 2018 +0000 +++ b/vext-project.json Tue Jan 30 20:24:17 2018 +0000 @@ -17,7 +17,8 @@ }, "qm-dsp": { "vcs": "hg", - "service": "soundsoftware" + "service": "soundsoftware", + "branch": "msvc" } } }