2016-08-24 09:43:05 -04:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2016-08-24 10:19:11 -04:00
|
|
|
<!--
|
|
|
|
Entry point for linker
|
|
|
|
|
2018-05-29 11:16:59 -04:00
|
|
|
Copyright (C) 2016, 2018 R-T Specialty, LLC.
|
2016-08-24 10:19:11 -04:00
|
|
|
|
|
|
|
This file is part of TAME.
|
|
|
|
|
|
|
|
TAME is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see
|
|
|
|
<http://www.gnu.org/licenses/>.
|
|
|
|
-->
|
2016-08-24 09:43:05 -04:00
|
|
|
<xsl:stylesheet version="2.0"
|
|
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
|
|
|
2018-05-29 11:16:59 -04:00
|
|
|
<xsl:include href="include/dslc-base.xsl" />
|
|
|
|
|
2016-08-24 09:43:05 -04:00
|
|
|
<xsl:include href="compiler/linker.xsl" />
|
|
|
|
|
|
|
|
</xsl:stylesheet>
|