Including .cpp and .hpp without using bundle.

5 views
Skip to first unread message

Jung-Tai Chen

unread,
Feb 24, 2010, 2:42:44 AM2/24/10
to fw4spl-discuss
Dear All,

I am creating some simple helpers and these helpers will be used quite
frequently in the following development.
Since its only a helper therefore using bundle to wrap it is too
heavy.
How do I simply include some helpers without using bundle?


Thanks.

Nicolas P

unread,
Feb 24, 2010, 3:27:25 AM2/24/10
to fw4spl-...@googlegroups.com
Hello,


You may create a shared library (as fwCore for example). To do this, create a Sconspiracy project with this build.options file :

#-----
TYPE    = 'shared'
VERSION = '0-1'
#-----


Once created, you can use this project in any other by adding 'MyProject_0-1' to LIB in the build.options of the concerned project.


Regards,
Nicolas


2010/2/24 Jung-Tai Chen <rt6...@gmail.com>

Anant Vemuri

unread,
Feb 24, 2010, 3:28:58 AM2/24/10
to fw4spl-...@googlegroups.com
Is there one in the Framework that uses this... as an example?

Nicolas P

unread,
Feb 24, 2010, 3:47:57 AM2/24/10
to fw4spl-...@googlegroups.com
Every subprojects in SrcLib directory of fw4spl are shared librairies.

2010/2/24 Anant Vemuri <anant...@gmail.com>
Reply all
Reply to author
Forward
0 new messages