From: Angelo's G. <ama...@gm...> - 2005-11-22 04:07:03
|
That is a good idea. I like to go into the setup.h and remove the stuff I never use. I suspect your setup.h would work in the same fashion. Great idea! --angelo On 11/21/05, John Labenski <jla...@gm...> wrote: > > > INHO, the best thing should be including all the components into a > dynamic > > library, > > you can manitain a single object, and users will share a single > component. > > I've changed my mind, I now think that it best to just have one > library as you say. It'll really be a lot easier for me to maintain > and use. There will just be a single library and the linker can strip > out the unused stuff. > > I can also use #if USE_SOMECLASSNAME and a setup.h file to let people > pick and choose what they want. There's a discussion about how best to > use a setup.h file on wx-users and wxlua-users... > > Regards, > John Labenski > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_idv28&alloc_id=16845&opclick > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |