aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-20 05:09:40 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-20 05:09:40 +0000
commit9c72c6c01317e0adb3eb671b50f024ad0e19c5b0 (patch)
treee9034ea35700b575ec78830591da088eb6d8a758 /externals/grill/py
parentc2157266274a04c3699f22a41366e4e669c808b2 (diff)
updated make system
updated build system svn path=/trunk/; revision=2419
Diffstat (limited to 'externals/grill/py')
-rw-r--r--externals/grill/py/build/config-lnx.def10
-rw-r--r--externals/grill/py/build/config-win.def4
-rw-r--r--externals/grill/py/build/makefile-lnx-gcc.inc4
-rw-r--r--externals/grill/py/build/makefile-win-msvc.inc4
-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