diff options
Diffstat (limited to 'externals/grill/py')
-rw-r--r-- | externals/grill/py/config-pd-bcc.txt | 2 | ||||
-rw-r--r-- | externals/grill/py/config-pd-msvc.txt | 2 | ||||
-rw-r--r-- | externals/grill/py/source/main.h | 2 |
3 files changed, 3 insertions, 3 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 |