Blame view

sources/3rdparty/PEAR/Command/Build.xml 260 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
  <commands version="1.0">
   <build>
    <summary>Build an Extension From C Source</summary>
    <function>doBuild</function>
    <shortcut>b</shortcut>
    <options />
    <doc>[package.xml]
  Builds one or more extensions contained in a package.</doc>
   </build>
  </commands>