Hi All, I modified the SConstruct in two ways: -Some chunks of code that repeatedly did the same thing but with different parameters was reorganized to use lists and then use the list in a for loop -I changed the install target so when running "scons install", this will now install to "/usr/local/lib/csound/plugins" and "/usr/local/lib/csound/plugins64". It previous was opcodes and opcodes64 instead of plugins, but it makes more sense to call it a plugins directory as the plugins contain more than opcodes. This matches also Istvan's RPM build script's naming convention, which I rather like. If you are using the scons install target and have set yourself up for that, you will have to reset your OPCODEDIR and OPCODEDIR64 to the new directories. If the change is not desirable, just let me know and I can change the install targets back. Some of the other SConstrcut conventions seem like they could be simplified as well. I will be applying myself on the SConstrcut file and dropping the CVS directory reorganization for now. I will be investigating into Sconscript once again tomorrow as I think a lot of the logic from the top level might better be broken into smaller files and placed in the individual build roots of each plugin and frontend, etc. If I understand correctly, that change would not impact the behavior of the build scripts at all and everything would work as they do now, just that things would be a little tider. Thanks, steven ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net