* updated converter scripts to include all enabled features again (redundant scan of build flags) #1534
This commit is contained in:
lumapu 2024-03-27 22:49:18 +01:00
parent 4b75e72bf3
commit 2a4c83647a
4 changed files with 21 additions and 8 deletions

View file

@ -35,6 +35,6 @@ def check(inp, lst, pattern):
return out
def conv(inp, lst):
#print(lst)
print(lst)
out = check(inp, lst, r'\/\*(?:IF_|ELS|ENDIF_)([A-Z0-9\-_]+)?\*\/')
return check(out, lst, r'\<\!\-\-(?:IF_|ELS|ENDIF_)([A-Z0-9\-_]+)?\-\-\>')