From 31b1dd0b3a5474cf5d8a41c0d6b6e5a24eceef2e Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 13 Dec 2003 03:41:33 +0000 Subject: "" svn path=/trunk/; revision=1221 --- externals/grill/py/config-pd-bcc.txt | 2 +- externals/grill/py/config-pd-msvc.txt | 2 +- externals/grill/py/source/main.h | 2 +- externals/grill/vst/src/main.cpp | 1 - externals/grill/vst/vst.vcproj | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/externals/grill/py/config-pd-bcc.txt b/externals/grill/py/config-pd-bcc.txt index 83d23264..9137590d 100644 --- a/externals/grill/py/config-pd-bcc.txt +++ b/externals/grill/py/config-pd-bcc.txt @@ -12,7 +12,7 @@ FLEXTPATH=$(PDPATH)\flext BCCPATH=c:\programme\prog\bcc55 # which version of Python? -PYTHONVER=python22 +PYTHONVER=python23 # where are the python header files? PYTHONINCLUDE=c:\programme\prog\$(PYTHONVER)\include diff --git a/externals/grill/py/config-pd-msvc.txt b/externals/grill/py/config-pd-msvc.txt index f7fe8316..e3e85483 100644 --- a/externals/grill/py/config-pd-msvc.txt +++ b/externals/grill/py/config-pd-msvc.txt @@ -26,7 +26,7 @@ OUTPATH=pd-msvc # where should the external be installed? # (leave blank to omit installation) -INSTDIR=$(PDPATH)\extra +INSTPATH=$(PDPATH)\extra # user defined compiler flags # (check if they match your system!) diff --git a/externals/grill/py/source/main.h b/externals/grill/py/source/main.h index 1f614be0..434aa99b 100644 --- a/externals/grill/py/source/main.h +++ b/externals/grill/py/source/main.h @@ -25,7 +25,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #error You need at least flext version 0.4.5 #endif -#define PY__VERSION "0.1.2pre" +#define PY__VERSION "0.1.2" #define PYEXT_MODULE "pyext" // name for module 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" -- cgit v1.2.1