Skip to content
  • Pavel Moravec's avatar
    py/makeqstrdefs: Add script to automate extraction of qstr from sources. · dbbf0827
    Pavel Moravec authored
    This script will search for patterns of the form Q(...) and generate a
    list of them.
    
    The original code by Pavel Moravec has been significantly simplified to
    remove the part that searched for C preprocessor directives (eg #if).
    This is because all source is now run through CPP before being fed into
    this script.
    dbbf0827