Hi,
I would like to ask you an advice about component packaging: I =
have almost completed some components (wxscript, wxxml2 and =
paletteframe) and I would like to allow the programmer who wants to use =
them to easily add to his projects... how could I do this:
=20
- should I config my component as a separated very very small library =
(useful when the component has many source files and maybe some =
complicated compile-settings...) ?
- should I distribute my component as an extension of wxWidgets library; =
that is, distributing modified wxWidgets makefiles to make my component =
part of the final library (useful for my paletteframe component, for =
example, which
has the same wxWidgets folder structure [common, generic, msw, gtk, x11 =
...] and thus different compile-setting for
different operating systems...) ?
- should I just distribute the sources and tell the programmer to =
compile & link them together with his source files ?
Let me know what you think,
Francesco Montorsi
|