Clone of official tools

Committer:
The Other Jimmy
Date:
Thu Jun 22 11:12:28 2017 -0500
Revision:
36:96847d42f010
Tools release 5.5.1

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 %}