diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-12-19 05:10:46 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-12-19 05:10:46 +0000 |
commit | 1a8a5f119d8dc4e8b8f54867f419a2244468d4ef (patch) | |
tree | b9cb67f612c8a11428d764f6fae10f41161b6f74 /externals/grill/xsample/build | |
parent | 1b56c59a0aec948ff76dac8a4a99be34d24f163f (diff) |
updated make system
svn path=/trunk/; revision=2414
Diffstat (limited to 'externals/grill/xsample/build')
-rw-r--r-- | externals/grill/xsample/build/package.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/grill/xsample/build/package.txt b/externals/grill/xsample/build/package.txt new file mode 100644 index 00000000..51d63461 --- /dev/null +++ b/externals/grill/xsample/build/package.txt @@ -0,0 +1,6 @@ +NAME=xsample
+
+SRCDIR=source
+
+SRCS=main.cpp play.cpp groove.cpp record.cpp inter.cpp
+HDRS=main.h inter.h
|