diff options
-rw-r--r-- | Makefile.common | 14 | ||||
-rw-r--r-- | cyclone/Welcome.txt | 1 | ||||
-rw-r--r-- | cyclone/darwin_altpackage.pmsp | bin | 0 -> 1495 bytes | |||
-rw-r--r-- | cyclone/darwin_package.pmsp | bin | 0 -> 1043 bytes |
4 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 3aca2e0..52694d3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -16,6 +16,8 @@ include Makefile.objects # FIXME CC = gcc-2.95 +# for MacOS X +#CC = gcc2 default: define_build all @@ -315,3 +317,15 @@ Makefile.deps: chmod 666 Makefile.deps -include Makefile.deps + +# added by Hans-Christoph Steiner <hans@eds.org> +# to generate MacOS X package +darwin_altpackage: all + test -d ../installroot/Help || mkdir -p ../installroot/Help + -cp ../test/cyclone/* ../installroot/Help + test -d ../installroot/Resources || mkdir -p ../installroot/Resources + cp ../LICENSE.txt ../installroot/Resources/License.ttx + cp Welcome.txt ../installroot/Resources/ + test -d ../installroot/Externals || mkdir -p ../installroot/Externals + install -m644 ../bin/*.pd_darwin --group=admin ../installroot/Externals + open darwin_altpackage.pmsp diff --git a/cyclone/Welcome.txt b/cyclone/Welcome.txt new file mode 100644 index 0000000..aac6d15 --- /dev/null +++ b/cyclone/Welcome.txt @@ -0,0 +1 @@ +Cyclone is a library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments. Although being itself in the early stage of development, it is meant to eventually become part of a much larger project, aiming at unification and standardization of computer musician's tools. diff --git a/cyclone/darwin_altpackage.pmsp b/cyclone/darwin_altpackage.pmsp Binary files differnew file mode 100644 index 0000000..478b284 --- /dev/null +++ b/cyclone/darwin_altpackage.pmsp diff --git a/cyclone/darwin_package.pmsp b/cyclone/darwin_package.pmsp Binary files differnew file mode 100644 index 0000000..8240370 --- /dev/null +++ b/cyclone/darwin_package.pmsp |