Re: [Libreoffice] gbuild question

2011-10-04 Thread Michael Stahl
On 29.09.2011 15:54, Matúš Kukan wrote: Hi Peter On 25 September 2011 01:05, Peter Foley pefol...@verizon.net wrote: While working on converting xmerge to gbuild I found that the current gbuild Jar.mk doesn't support adding non java files to the jar. The xmerge jars need a component.xml

[Libreoffice] gbuild question

2011-09-24 Thread Peter Foley
While working on converting xmerge to gbuild I found that the current gbuild Jar.mk doesn't support adding non java files to the jar. The xmerge jars need a component.xml file included in the jar. I tried to implement file adding but couldn't get it to work. Help with implementing this would be

Re: [Libreoffice] gbuild question

2011-09-19 Thread Stephan Bergmann
On 09/17/2011 06:19 AM, Norbert Thiebaud wrote: On Fri, Sep 16, 2011 at 7:07 PM, Peter Foleypefol...@verizon.net wrote: I'm working on converting soltools to gbuild but I've come across a problem. soltools/testhxx/makefile.mk echos the commandline to compile a cxx file to a temporary file and

Re: [Libreoffice] gbuild question

2011-09-17 Thread Peter Foley
On Sat, 17 Sep 2011, Norbert Thiebaud wrote: On Fri, Sep 16, 2011 at 7:07 PM, Peter Foley pefol...@verizon.net wrote: I'm working on converting soltools to gbuild but I've come across a problem. soltools/testhxx/makefile.mk echos the commandline to compile a cxx file to a temporary

[Libreoffice] gbuild question

2011-09-16 Thread Peter Foley
I'm working on converting soltools to gbuild but I've come across a problem. soltools/testhxx/makefile.mk echos the commandline to compile a cxx file to a temporary file and then runs it through a perl script. What I need is a way to get the command line used to compile a file with out

Re: [Libreoffice] gbuild question

2011-09-16 Thread Norbert Thiebaud
On Fri, Sep 16, 2011 at 7:07 PM, Peter Foley pefol...@verizon.net wrote: I'm working on converting soltools to gbuild but I've come across a problem. soltools/testhxx/makefile.mk echos the commandline to compile a cxx file to a temporary file and then runs it through a perl script. What I