diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-13 03:41:33 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-12-13 03:41:33 +0000 |
commit | 31b1dd0b3a5474cf5d8a41c0d6b6e5a24eceef2e (patch) | |
tree | 89846c60b284856d82a2936c8c3ef70e13fe1165 /externals/grill/vst | |
parent | c5a48f5fb8d531179c6f13a932deb4c59eda2564 (diff) |
""
svn path=/trunk/; revision=1221
Diffstat (limited to 'externals/grill/vst')
-rw-r--r-- | externals/grill/vst/src/main.cpp | 1 | ||||
-rw-r--r-- | externals/grill/vst/vst.vcproj | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/externals/grill/vst/src/main.cpp b/externals/grill/vst/src/main.cpp index 9130b894..243511f3 100644 --- a/externals/grill/vst/src/main.cpp +++ b/externals/grill/vst/src/main.cpp @@ -38,7 +38,6 @@ CVstApp theApp; /* ----- MFC stuff ------------- */ #endif - class vst: public flext_dsp { diff --git a/externals/grill/vst/vst.vcproj b/externals/grill/vst/vst.vcproj index 56eca6c3..5a0fcac4 100644 --- a/externals/grill/vst/vst.vcproj +++ b/externals/grill/vst/vst.vcproj @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src,f:\prog\packs\pthreads,f:\prog\max\flext\source" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS;FLEXT_NOGLOBALNEW" StringPooling="TRUE" RuntimeLibrary="0" EnableFunctionLevelLinking="TRUE" |