# HG changeset patch # User Chris Cannam # Date 1442321891 -3600 # Node ID e24a6d8f00a476604a321c3362b03b81d31b6218 # Parent 87b3d04c1447b6029e3f4098744713039d9cf450 VC++ build diff -r 87b3d04c1447 -r e24a6d8f00a4 .hgignore --- a/.hgignore Tue Sep 08 13:11:55 2015 +0100 +++ b/.hgignore Tue Sep 15 13:58:11 2015 +0100 @@ -6,3 +6,9 @@ *.bak *.so +*.obj +*.tlog +*.pdb +*.idb +*.lib +*.dll diff -r 87b3d04c1447 -r e24a6d8f00a4 .hgsubstate --- a/.hgsubstate Tue Sep 08 13:11:55 2015 +0100 +++ b/.hgsubstate Tue Sep 15 13:58:11 2015 +0100 @@ -1,3 +1,3 @@ 7a48704e9a0fac1486240f9f7b7e31436a588064 bqvec -554d7e86608a5ee72b82e6686dd45e67985561d7 constant-q-cpp +100430c32a259ac2f80776da0f8484029dc705c1 constant-q-cpp d25a2e91e9d84aaff25e5d746398232d182d127d flattendynamics diff -r 87b3d04c1447 -r e24a6d8f00a4 silvet.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/silvet.vcxproj Tue Sep 15 13:58:11 2015 +0100 @@ -0,0 +1,160 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {047E24B5-2891-4DAD-A094-B853DDF56867} + Win32Proj + + + + DynamicLibrary + true + v140 + + + DynamicLibrary + false + v140 + + + Application + true + v140 + + + Application + false + v140 + + + + + + + + + + + + + + + + + + + + + true + + + true + + + + WIN32;_DEBUG;_WINDOWS;_USRDLL;SILVET_EXPORTS;USE_OWN_ALIGNED_MALLOC=1;kiss_fft_scalar=double;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + ProgramDatabase + Disabled + ..\vamp-plugin-sdk;.;.\constant-q-cpp;.\constant-q-cpp\cq;.\flattendynamics;.\bqvec;.\constant-q-cpp\src\ext\kissfft;.\constant-q-cpp\src\ext\kissfft\tools;%(AdditionalIncludeDirectories) + + + MachineX86 + true + Windows + + + + + WIN32;NDEBUG;_WINDOWS;_USRDLL;SILVET_EXPORTS;USE_OWN_ALIGNED_MALLOC=1;kiss_fft_scalar=double;%(PreprocessorDefinitions) + MultiThreaded + Level3 + ProgramDatabase + ..\vamp-plugin-sdk;.;.\constant-q-cpp;.\constant-q-cpp\cq;.\flattendynamics;.\bqvec;.\constant-q-cpp\src\ext\kissfft;.\constant-q-cpp\src\ext\kissfft\tools;%(AdditionalIncludeDirectories) + + + MachineX86 + true + Windows + true + true + ..\vamp-plugin-sdk\build\Release\VampPluginSDK.lib;%(AdditionalDependencies) + /EXPORT:vampGetPluginDescriptor %(AdditionalOptions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file