On 9/13/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
As we add more extensions to our runtime, I think it would be a good idea to add feature configuration options to our Linux build, to allow people to build just a subset when they are not interested in a specific feature and/or do not have the pre-req software for it on their machine. If you define features to Automake you can then use the following configure options: configure --enable-FEATURE configure --disable-FEATURE We could have configure --enable-all-extensions configure --enable-most-extensions configure --enable-cpp configure --enable-axis2 configure --enable-php configure --enable-python configure --enable-ruby etc. as more extensions get added... What do you think? Any similar thoughts for the Windows build? -- Jean-Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Good idea. +1 for me on this. The windows (MSVC) build is separated already so there is a project per extension. I believe the runtime only loads dll it finds so if you haven't built a particular extension it won't try and load it. S
