aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/make-files.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-04-14 10:04:47 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-04-14 10:04:47 +0000
commitc58149336328a7c05d9c713368d30ea30ec0ac1b (patch)
tree6eec8fc93c6568040ab8d0a43ca4f5bc9b252d72 /externals/grill/xsample/make-files.txt
parent1a5eb47494cc7a1cd1ae3111c54cff7f1d9168fe (diff)
""
svn path=/trunk/; revision=560
Diffstat (limited to 'externals/grill/xsample/make-files.txt')
-rwxr-xr-xexternals/grill/xsample/make-files.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/externals/grill/xsample/make-files.txt b/externals/grill/xsample/make-files.txt
index 1607b051..8e71de6e 100755
--- a/externals/grill/xsample/make-files.txt
+++ b/externals/grill/xsample/make-files.txt
@@ -1,7 +1,6 @@
# all the source files from the package
-SRCS= \
- main.cpp play.cpp groove.cpp record.cpp inter.cpp
-
-HDRS= \
- main.h inter.h
+SRCDIR=source
+SRCS=main.cpp play.cpp groove.cpp record.cpp inter.cpp
+
+HDRS=main.h inter.h