Re: [fpc-devel] Adding new targets to the compiler help screen

2007-11-02 Thread Florian Klaempfl
Felipe Monteiro de Carvalho schrieb: > On 11/1/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote: >> No. >> >> Edit compiler/msg/errore.msg >> make msg > > Good =) That would have been a bit clumsy. > > May I already add the information about this option to trunk or should > we wait before it's full

Re: [fpc-devel] Adding new targets to the compiler help screen

2007-11-01 Thread Felipe Monteiro de Carvalho
On 11/1/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote: > No. > > Edit compiler/msg/errore.msg > make msg Good =) That would have been a bit clumsy. May I already add the information about this option to trunk or should we wait before it's fully working? I am imagining the following to use fpc f

Re: [fpc-devel] Adding new targets to the compiler help screen

2007-11-01 Thread Florian Klaempfl
Felipe Monteiro de Carvalho schrieb: > Hello, > > I was taking a look at how to add new target options to the compiled > help screen (the one that appears when you just type "fpc"). > > Am I correct to assume that one must edit the compiler/msgtxt.inc > file, add the new lines and then correct al

[fpc-devel] Adding new targets to the compiler help screen

2007-11-01 Thread Felipe Monteiro de Carvalho
Hello, I was taking a look at how to add new target options to the compiled help screen (the one that appears when you just type "fpc"). Am I correct to assume that one must edit the compiler/msgtxt.inc file, add the new lines and then correct all the commas that come after the edit? thanks, --