aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/config-pd-msvc.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-17 05:03:13 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-17 05:03:13 +0000
commitec8755eb096594f735f58ee89915ac0de0feb7f5 (patch)
tree7a70017f14ffccf2bdf07d795ea0a0b32b062c28 /externals/grill/xsample/config-pd-msvc.txt
parentc749af94ff9a33fb85e60079be85414bd2fca501 (diff)
using flext build system
preparing the 0.3.0 release svn path=/trunk/; revision=2396
Diffstat (limited to 'externals/grill/xsample/config-pd-msvc.txt')
-rw-r--r--externals/grill/xsample/config-pd-msvc.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/externals/grill/xsample/config-pd-msvc.txt b/externals/grill/xsample/config-pd-msvc.txt
deleted file mode 100644
index 26aeb5ab..00000000
--- a/externals/grill/xsample/config-pd-msvc.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# xsample - extended sample objects for Max/MSP and pd (pure data)
-# Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net)
-#
-
-# where is PD?
-PDPATH=c:\programme\audio\pd
-
-# where do the flext libraries reside?
-FLEXTPATH=$(PDPATH)\flext
-
-# where is MS VC++?
-# (not necessary if the build started with the compiler environment)
-# MSVCPATH=c:\programme\prog\microsoft visual studio\VC98
-
-# where should the external be built?
-OUTPATH=pd-msvc
-
-# where should the external be installed?
-# (leave blank to omit installation)
-INSTDIR=$(PDPATH)\extra