From aeb9247272c2772c491df8f682aebf0097c98519 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 5 Jan 2005 05:07:12 +0000 Subject: updated make system updated for OSX updated build system svn path=/trunk/; revision=2466 --- externals/grill/py/build/gnumake-lnx-gcc.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 externals/grill/py/build/gnumake-lnx-gcc.inc (limited to 'externals/grill/py/build/gnumake-lnx-gcc.inc') diff --git a/externals/grill/py/build/gnumake-lnx-gcc.inc b/externals/grill/py/build/gnumake-lnx-gcc.inc new file mode 100644 index 00000000..f12ec62e --- /dev/null +++ b/externals/grill/py/build/gnumake-lnx-gcc.inc @@ -0,0 +1,2 @@ +INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION) +LIBS += -lpython$(PYTHONVERSION) -- cgit v1.2.1