This could also be used to alias ugen source code into a project. -cx On Dec 19, 2006, at 10:46 AM, stefan kersten wrote:
What do you wanna build/cleanup when installing quarks?postInstall: { |quark| quark.build_scons("install-local"); }, preUninstall: { |quark| quark.build_scons("-c install-local"); } )