Hi, On Thu, 2009-06-18 at 23:24 -0500, Dirk Reiners wrote: > Hi Carsten, > > Carsten Neumann wrote: > > > > I've just added the beginnings of this (it is not complete yet, more > > over the next days) in Examples/CustomIntegration/NewContainerType. > > Currently there is a directory CubesLib that contains a new container > > type that is compiled into a separate shared library CubesLib outside of > > OpenSG and its build system - it comes with a CMakeLists.txt that > > compiles it against an installed OpenSG (only tried linux so far). > > The plan is to add a second directory CubesApp that shows how to use the > > new type and create an application that uses OpenSG together with the > > new library. > > Some documentation on what the steps in the process are can be found in > > NewContainerType/Documentation.txt, towards the end it has a bunch of > > TODOs for the parts outlined above. > > that's great, thanks a lot! The other case that many people are/were > interested > in is adding application-specific FCs, i.e. without creating a new lib. Not > sure > if that's supported in the current 2.0 infrastructure... > > Gerrit, is that possible? >
not yet, we usually only convert a single main file to the app, all the rest is build as libs. I wanted to work on external stuff anyway so that you can easily create and import the OpenSG cmake settings, in particular the compiler settings. I have some preliminary helper functions. I'll see if I can add this feature. But it will be a similar setup, per directory selection except that everything instead of being put into a lib will be put into an application. kind regards, gerrit ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
