(whoops, meant to CC the list)
On Tue, Jan 11, 2011 at 7:40 AM, Carlos Lopez Gonzalez
wrote:
> So the question is:
> which is the best strategy to allow synfig to use cmake? I know that it might
> be
> a very complex question but I want to know which are the major roadblocks I
> would find. Any
On 1/16/2011 4:57 PM, Marco Craveiro wrote:
hello cmakers,
if i havent gone through the proper channels with regards to this issue,
can someone point me the proper process? should i submit a bug report
and attach my patch to it?
A bug report with the patch would be the best thing to do.
Tha
hello cmakers,
if i havent gone through the proper channels with regards to this issue,
can someone point me the proper process? should i submit a bug report
and attach my patch to it?
cheers
marco
--
Constraint has encouraged not only economy, but also a certain elegance
of design. -- Dennis
On 16.01.11 16:48:52, luxInteg wrote:
> Greetings
>
>
> suppose one had a libtool project that did the following
Please search for cmake and 'convenience libraries', there's info about
this in the FAQ and in the archive of this list. Basically: Don't use
them, add the source files directly t
Greetings
suppose one had a libtool project that did the following
1)
filaA1.c
fileA2.c
---compiled into liaA.a
(links libA.a to say libD.a (external to project))
2)
filaB1.c
fileB2.c
---compiled into libB.a
(links libB.a to say libA.a)
3)
created libC.a from libA.a libB