diff options
Diffstat (limited to 'externals/grill/vst')
-rw-r--r-- | externals/grill/vst/src/VstHost.cpp | 2 | ||||
-rw-r--r-- | externals/grill/vst/src/VstHost.h | 4 | ||||
-rw-r--r-- | externals/grill/vst/vst.vcproj | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/externals/grill/vst/src/VstHost.cpp b/externals/grill/vst/src/VstHost.cpp index 826827f6..a5581e38 100644 --- a/externals/grill/vst/src/VstHost.cpp +++ b/externals/grill/vst/src/VstHost.cpp @@ -9,7 +9,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "Editor.h" #include "VstHost.h" -#include "vst\aeffectx.h" +#include "AEffectx.h" using namespace std; diff --git a/externals/grill/vst/src/VstHost.h b/externals/grill/vst/src/VstHost.h index 397501c5..bbbebe1f 100644 --- a/externals/grill/vst/src/VstHost.h +++ b/externals/grill/vst/src/VstHost.h @@ -11,8 +11,8 @@ WARRANTIES, see the file, "license.txt," in this distribution. #define __VSTHOST_H #include <flext.h> -#include "Vst\AEffectx.h" -#include "vst\aeffeditor.h" +#include "AEffectx.h" +#include "AEffEditor.hpp" #if FLEXT_OS == FLEXT_OS_WIN #include <windows.h> diff --git a/externals/grill/vst/vst.vcproj b/externals/grill/vst/vst.vcproj index 87e92483..75e3e5f4 100644 --- a/externals/grill/vst/vst.vcproj +++ b/externals/grill/vst/vst.vcproj @@ -28,7 +28,7 @@ InlineFunctionExpansion="2" FavorSizeOrSpeed="1" OmitFramePointers="TRUE" - AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src,f:\prog\packs\pthreads,f:\prog\max\flext\source" + AdditionalIncludeDirectories=""f:\prog\pd\pd-cvs\src";f:\prog\packs\pthreads;f:\prog\max\flext\source;F:\prog\audio\vstsdk2.3\source\common" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS" StringPooling="TRUE" RuntimeLibrary="0" @@ -90,7 +90,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="c:\programme\audio\pd\src,f:\prog\max\flext\source" + AdditionalIncludeDirectories="c:\programme\audio\pd\src;f:\prog\max\flext\source;F:\prog\audio\vstsdk2.3\source\common" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS;FLEXT_LOGGING" BasicRuntimeChecks="3" RuntimeLibrary="1" @@ -158,7 +158,7 @@ InlineFunctionExpansion="2" FavorSizeOrSpeed="1" OmitFramePointers="TRUE" - AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src,f:\prog\packs\pthreads,f:\prog\max\flext\source" + AdditionalIncludeDirectories=""f:\prog\pd\pd-cvs\src";f:\prog\packs\pthreads;f:\prog\max\flext\source;F:\prog\audio\vstsdk2.3\source\common" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;_USRDLL;FLEXT_SYS=2;FLEXT_SHARED" StringPooling="TRUE" RuntimeLibrary="2" |