Am Sonntag, 24. März 2013 um 21:19 schrieb janI: > Hi all. > > I have started to integrate genLang into the build structure replacing the > currenct l10n part, or more correctly I have strugled to understand head > and tail. > > I thought (as written in my document earlier and corrected by none) that > somewhere localize_sl was called to do the extract/merge, but I cannot find > a single file that contains a call to localize_sl. > > I then removed all unxlangx6.pro (I use ubuntu) and did a build --all where > I recorded all output. Now I could see that transex3, helpex, ulfex, cfgex > and xrmex was called directly. Having seen that I thought it is in the > local makefiles, but no luck. > > The following files have a reference to transex3: > ./toolkit/src2xml/source/src2xml.py > ./solenv/gbuild/AllLangResTarget.mk > ./solenv/inc/os2gcci.mk > ./solenv/inc/libs.mk > ./solenv/inc/unitools.mk > > But I cannot see how that connects into the build system. > > In order to integrate genLang I need to understand to things: > a) where the current system builds l10n parts > b) where I could attach genLang (it should only be called once for every > module, with a list of files to extract/merge). > > I hope someone can give me a hint on where to get more information, at the > moment I am pretty lost. > > Once I get this working, I can do the final testing, and we can get rid of > the sdf files, coding is so far completed. > > thx in advance for any serious help. > Jan I. > >
i will take a look in the code tomorrow... I assume it is triggered indirectly via the various build targets. solenv is the correct place to start looking and the makefiles in one module where resources gets generated/build. Juergen