So, Leo's got a tool to handle turning CONST_STRING macros into real constant strings. Which is cool. (build_tools/c2str.pl) The tool could use a bit of thumping, though.

Right now it does per-file scanning, and only of .c files. What I'd like to do is to teach it to scan through multiple files and extract out the CONST_STRING info, to build up a single master header and initializer. This'll let strings be shared across source modules and make for a single pass over the source as part of the build phase.
--
Dan


--------------------------------------it's like this-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to