Clone of official tools

Committer:
Anders Blomdell
Date:
Thu Feb 04 17:17:13 2021 +0100
Revision:
47:21ae3e5a7128
Parent:
36:96847d42f010
Add a few normpath calls

Who changed what in which revision?

UserRevisionLine numberNew contents of line
The Other Jimmy 36:96847d42f010 1 {% for d in defines -%}
The Other Jimmy 36:96847d42f010 2 {% if d[0] == 'D' %}#define {% else %}#undef{% endif %} {{ d[1]|join(' ')}}
The Other Jimmy 36:96847d42f010 3 {% endfor %}
The Other Jimmy 36:96847d42f010 4 {% for i in forced_includes -%}
The Other Jimmy 36:96847d42f010 5 #include "{{i}}"
The Other Jimmy 36:96847d42f010 6 {% endfor %}