On Fri, 30 Dec 2011 19:40:00 +0100 Hans-Peter Diettrich <[email protected]> wrote:
> Mattias Gaertner schrieb: > > >> For the RTL and FCL documentation the fpcdocs Makefile can be used on > >> every platform, to produce the fully expanded fpdoc and makeskel > >> commandlines, which can be redirected into an file and parsed by the > >> docmgr. But how get the actual commandlines or compiler options for > >> Lazarus packages? > > > > You can read the .compiled file or the Makefile.compiled or run the > > tool as IDE plugin. As IDE plugin you get all macros. > > It looks like the LCL compilation depends on the used widgetset? > > Which version of LCL.compiled should be used, to obtain meaningful > compiler options for creating documentation? For the units in the LCLBase see lcl/Makefile.compiled. For units in the LCL interfaces use the lcl/interfaces/*/Makefile.compiled. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
