aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/build/gnumake-lnx-gcc.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-05 05:07:12 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-05 05:07:12 +0000
commitaeb9247272c2772c491df8f682aebf0097c98519 (patch)
tree8fbd21e73a24613f1223c7ed80505de37716372c /externals/grill/py/build/gnumake-lnx-gcc.inc
parentb1d0383c31cc936710fb9099f6d9e86e7eeae569 (diff)
updated make system
updated for OSX updated build system svn path=/trunk/; revision=2466
Diffstat (limited to 'externals/grill/py/build/gnumake-lnx-gcc.inc')
-rw-r--r--externals/grill/py/build/gnumake-lnx-gcc.inc2
1 files changed, 2 insertions, 0 deletions
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)