aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-05-18 07:38:36 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-05-18 07:38:36 +0000
commita2a341eb529250dd65b9f666ae490d19d2fd1fb4 (patch)
tree0e84447d893f8695137d263d8ab7d9b370969e3c /Makefile
parent9e74bbe8216da8ab9f72095724633e360f387321 (diff)
added faq with an explanation of the patch-loading bug;
disabled patch-loading by default (it doesn't work anyhow); use the pd within this directory to compile svn path=/trunk/externals/loaders/hexloader/; revision=9836
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3dafe2d..4f63fc7 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@
# path to pd
## change this according to your setup!
-#PDROOT=../../../pd
-PDROOT=/Net/iem/Benutzer/zmoelnig/src/pd-0.41-0test08
+PDROOT?=../../../pd
+#PDROOT=/Net/iem/Benutzer/zmoelnig/src/pd-0.41-0test08
# here we find the sources of pd (and evtl. the pd.lib)
PDSRCDIR=$(PDROOT)/src