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/py | |
parent | c5a48f5fb8d531179c6f13a932deb4c59eda2564 (diff) |
""
svn path=/trunk/; revision=1221
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 |