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 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/py') 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 -- cgit v1.2.1