# HG changeset patch # User Chris Cannam # Date 1517852207 0 # Node ID ad02841a1172ab009700efabade56908bd759834 # Parent 7461bf03194ec14836ae00e061e7eb035d69c805 Add a MSVC build project. This is hard to use, because it depends on a BLAS library diff -r 7461bf03194e -r ad02841a1172 .hgignore --- a/.hgignore Thu Feb 01 16:34:08 2018 +0000 +++ b/.hgignore Mon Feb 05 17:36:47 2018 +0000 @@ -9,3 +9,6 @@ *.rej ext/uncertain/ +*.obj +re:^build/msvc/Debug/ +re:^build/msvc/x64/Release/ diff -r 7461bf03194e -r ad02841a1172 build/msvc/QMDSP.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/msvc/QMDSP.vcxproj Mon Feb 05 17:36:47 2018 +0000 @@ -0,0 +1,251 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {5B452691-B096-4129-972B-612BD29C92DF} + Win32Proj + 8.1 + + + + StaticLibrary + true + v140 + + + StaticLibrary + false + v140 + + + Application + true + v140 + + + StaticLibrary + false + v140 + + + + + + + + + + + + + + + + + + + + + true + qm-dsp + + + true + + + qm-dsp + .lib + + + + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded + Level3 + ProgramDatabase + Disabled + + + MachineX86 + true + Windows + + + + + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + ProgramDatabase + + + MachineX86 + true + Windows + true + true + + + + + WIN32;_WINDOWS;_USE_MATH_DEFINES;NOMINMAX;ADD_;kiss_fft_scalar=double;%(PreprocessorDefinitions) + $(ProjectDir)\..\..\ext\clapack\include;$(ProjectDir)\..\..\ext\kissfft;$(ProjectDir)\..\..\ext\cblas\include;$(ProjectDir)\..\..;$(ProjectDir)\..\..\ext\kissfft\tools;%(AdditionalIncludeDirectories) + MultiThreaded + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file