diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/grill/py/build/config-lnx.def | 10 | ||||
-rw-r--r-- | externals/grill/py/build/config-win.def | 4 | ||||
-rw-r--r-- | externals/grill/py/build/makefile-lnx-gcc.inc | 4 | ||||
-rw-r--r-- | externals/grill/py/build/makefile-win-msvc.inc | 4 | ||||
-rw-r--r-- | externals/grill/py/package.txt (renamed from externals/grill/py/build/package.txt) | 3 |
5 files changed, 12 insertions, 13 deletions
diff --git a/externals/grill/py/build/config-lnx.def b/externals/grill/py/build/config-lnx.def index a93932e0..121d2cb5 100644 --- a/externals/grill/py/build/config-lnx.def +++ b/externals/grill/py/build/config-lnx.def @@ -1,5 +1,5 @@ -# what is the base prefix of the Python installation?
-PYTHONPREFIX=/usr
-
-# which Python version do you want to compile against?
-PYTHONVERSION=2.3
+# what is the base prefix of the Python installation? +PYTHONPREFIX=/usr + +# which Python version do you want to compile against? +PYTHONVERSION=2.3 diff --git a/externals/grill/py/build/config-win.def b/externals/grill/py/build/config-win.def index 0a3a3f47..afa2f649 100644 --- a/externals/grill/py/build/config-win.def +++ b/externals/grill/py/build/config-win.def @@ -1,2 +1,2 @@ -# where is the Python installation?
-PYTHONPATH=c:\programme\prog\python24
+# where is the Python installation? +PYTHONPATH=c:\programme\prog\python24 diff --git a/externals/grill/py/build/makefile-lnx-gcc.inc b/externals/grill/py/build/makefile-lnx-gcc.inc index f49715fd..f12ec62e 100644 --- a/externals/grill/py/build/makefile-lnx-gcc.inc +++ b/externals/grill/py/build/makefile-lnx-gcc.inc @@ -1,2 +1,2 @@ -INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION)
-LIBS += -lpython$(PYTHONVERSION)
+INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION) +LIBS += -lpython$(PYTHONVERSION) diff --git a/externals/grill/py/build/makefile-win-msvc.inc b/externals/grill/py/build/makefile-win-msvc.inc index 33ec5f8e..8748d223 100644 --- a/externals/grill/py/build/makefile-win-msvc.inc +++ b/externals/grill/py/build/makefile-win-msvc.inc @@ -1,2 +1,2 @@ -INCPATH=/I$(PYTHONPATH)\include
-LIBPATH=/LIBPATH:$(PYTHONPATH)\libs
+INCPATH=/I$(PYTHONPATH)\include +LIBPATH=/LIBPATH:$(PYTHONPATH)\libs diff --git a/externals/grill/py/build/package.txt b/externals/grill/py/package.txt index 459b8708..fb2ff307 100644 --- a/externals/grill/py/build/package.txt +++ b/externals/grill/py/package.txt @@ -1,9 +1,8 @@ NAME=py
THREADED=1
-HAVECONFIG=1
-HAVEMAKE=1
+BUILDDIR=build
SRCDIR=source
SRCS= main.cpp py.cpp pyext.cpp modmeth.cpp clmeth.cpp register.cpp pyargs.cpp bound.cpp
|