summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2003-04-26 14:58:37 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2003-04-26 14:58:37 +0000
commit8314828451e97ec56081cf826d853fde393229fd (patch)
treef0b0d7b562d9a094bf6fe853f273d321bcfcd4b0 /scripts
parentbb48c7d861db70257aa4c17f38f7a6e9e4d86f3e (diff)
downloadphp-git-8314828451e97ec56081cf826d853fde393229fd.tar.gz
platform specification now possible for libraries and extension
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ext_skel_ng/extension.dtd2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ext_skel_ng/extension.dtd b/scripts/ext_skel_ng/extension.dtd
index f6607dc5ce..ae8b912007 100644
--- a/scripts/ext_skel_ng/extension.dtd
+++ b/scripts/ext_skel_ng/extension.dtd
@@ -72,6 +72,7 @@
<!ELEMENT deps (with|lib|header|file|program)*>
<!ATTLIST deps
language (c|cpp) "c"
+ platform (unix|win32|all) "all"
>
<!ELEMENT with (#PCDATA)>
<!ATTLIST with
@@ -84,6 +85,7 @@
name CDATA #REQUIRED
function CDATA #REQUIRED
searchpath CDATA #IMPLIED
+ platform (unix|win32|all) "all"
>
<!ELEMENT header (#PCDATA)>
<!ATTLIST header