diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-03 05:02:54 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-03 05:02:54 +0000 |
commit | 69f9daa1af36ca0e48a46264c6b02cdaffce440e (patch) | |
tree | 60e38d2e3b018930d64e8cc1c1cf8b2a2f6f0763 | |
parent | 79f4bd850b1a138306fc6983912513911dfbb02b (diff) |
updated build system
svn path=/trunk/; revision=2450
-rw-r--r-- | externals/grill/py/package.txt | 7 | ||||
-rw-r--r-- | externals/grill/xsample/package.txt | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/externals/grill/py/package.txt b/externals/grill/py/package.txt index fb2ff307..d49b2b46 100644 --- a/externals/grill/py/package.txt +++ b/externals/grill/py/package.txt @@ -1,8 +1,11 @@ NAME=py
-THREADED=1
-
+BUILDCLASS=ext +BUILDMODE=release +BUILDTYPE=multi + BUILDDIR=build
+ SRCDIR=source
SRCS= main.cpp py.cpp pyext.cpp modmeth.cpp clmeth.cpp register.cpp pyargs.cpp bound.cpp
diff --git a/externals/grill/xsample/package.txt b/externals/grill/xsample/package.txt index 51d63461..7274807e 100644 --- a/externals/grill/xsample/package.txt +++ b/externals/grill/xsample/package.txt @@ -1,5 +1,11 @@ NAME=xsample
+BUILDCLASS=ext
+BUILDMODE=release
+BUILDTYPE=single
+
+PRECOMPILE=prefix.h
+
SRCDIR=source
SRCS=main.cpp play.cpp groove.cpp record.cpp inter.cpp
|