beremiz
Clone
Summary
Browse
Changes
Graph
ToolChain: add IEC library include paths to CFLAGS when building C code from extensions.
py2compat
23 months ago, Edouard Tisserant
90a67418b8cf
ToolChain: add IEC library include paths to CFLAGS when building C code from extensions.
This allows generated C code to include beremiz.h, and other IEC types definitions.
<xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
<xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>