diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-07-29 15:22:30 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-07-29 15:22:30 +0000 |
commit | a4421a17ccb00672c5a25142d892d83aa50c2b24 (patch) | |
tree | 2af2d5ae7a85d87c91129c5af65bb05a837e9f08 | |
parent | 2099fe453384475f94baa84e45d6ca6a95c59b52 (diff) |
switched back to pd custom vars since I couldn't think how to do it with the standard 'prefix'
svn path=/trunk/externals/ext13/; revision=11886
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,9 +18,9 @@ SOURCES_Windows = # #------------------------------------------------------------------------------# -prefix = ../.. -libdir = $(prefix)/lib -pd_src = $(libdir)/pd +# where the pd source is +pd_src = ../../pd +# where to install the library objectsdir = $(pd_src)/extra CFLAGS = -DPD -I$(pd_src)/src -Wall -W -g |