Check referenced distribute build files in the project XML files, as well as C source and header files.
This commit is contained in:
parent
ed372b031c
commit
33bc48fa46
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
|||
</xsl:template>
|
||||
|
||||
<!-- Match source file nodes, output filename -->
|
||||
<xsl:template match="build[@type='c-source']|build[@type='header-file']">
|
||||
<xsl:template match="build[@type='c-source']|build[@type='header-file']|build[@type='distribute']">
|
||||
<xsl:value-of select="@value"/>
|
||||
<xsl:text>
</xsl:text>
|
||||
</xsl:template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue