Project programming language may be specified in <deps> tag

for now only 'c' and 'cpp' for c++ are supported
This commit is contained in:
Hartmut Holzgraefe 2003-04-23 15:55:00 +00:00
parent 92096ac753
commit 31d5ab51b0

View File

@ -1,6 +1,3 @@
<!--
-->
<!ELEMENT extension (name|summary|description|license|maintainers|logo|release|changelog|functions|constants|globals|deps|resources|code)*>
<!ELEMENT name (#PCDATA)>
@ -73,6 +70,9 @@
>
<!ELEMENT deps (with|lib|header|file|program)*>
<!ATTLIST deps
language (c|cpp) "c"
>
<!ELEMENT with (#PCDATA)>
<!ATTLIST with
defaults CDATA #REQUIRED