Mercurial > hg > devuvuzelator
changeset 13:1e6360396b6c
* Update VST build
author | Chris Cannam |
---|---|
date | Mon, 14 Jun 2010 11:56:49 +0100 |
parents | 500cc94c3475 |
children | 12e563f9df51 |
files | Devuvuzelator.vcproj devuvuzelator-vst.cpp fft.cpp |
diffstat | 3 files changed, 23 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Devuvuzelator.vcproj Mon Jun 14 11:46:35 2010 +0100 +++ b/Devuvuzelator.vcproj Mon Jun 14 11:56:49 2010 +0100 @@ -112,7 +112,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories=""D:\win32-builds\devuvuzelator\vstsdk2.4"" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DEVUVUZELATOR_EXPORTS;" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DEVUVUZELATOR_EXPORTS;VST" RuntimeLibrary="0" FloatingPointModel="2" UsePrecompiledHeader="0" @@ -191,10 +191,18 @@ > </File> <File + RelativePath=".\devuvuzelator-vst.h" + > + </File> + <File RelativePath=".\median.h" > </File> <File + RelativePath=".\params.h" + > + </File> + <File RelativePath=".\vstsdk2.4\pluginterfaces\vst2.x\vstfxstore.h" > </File> @@ -223,6 +231,14 @@ > </File> <File + RelativePath=".\devuvuzelator.cpp" + > + </File> + <File + RelativePath=".\fft.cpp" + > + </File> + <File RelativePath=".\vstsdk2.4\public.sdk\source\vst2.x\vstplugmain.cpp" > </File>
--- a/devuvuzelator-vst.cpp Mon Jun 14 11:46:35 2010 +0100 +++ b/devuvuzelator-vst.cpp Mon Jun 14 11:56:49 2010 +0100 @@ -1,9 +1,10 @@ /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ +#define _USE_MATH_DEFINES +#include <cmath> + #include "devuvuzelator-vst.h" -#define _USE_MATH_DEFINES -#include <cmath> #include <iostream> #include <cstdio>