diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-12-20 05:08:29 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-12-20 05:08:29 +0000 |
commit | c2157266274a04c3699f22a41366e4e669c808b2 (patch) | |
tree | 8933dae71eeeca5077cbc7960b2a28fc380b6b07 /externals | |
parent | 4253a32ca49434bc34c9f8409ece62506eb6ae4b (diff) |
- made xcode project
- some small cleanups
- fixed loop record bug
updated build system
svn path=/trunk/; revision=2418
Diffstat (limited to 'externals')
-rw-r--r-- | externals/grill/xsample/package.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/grill/xsample/package.txt b/externals/grill/xsample/package.txt new file mode 100644 index 00000000..51d63461 --- /dev/null +++ b/externals/grill/xsample/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
|