diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-08 21:59:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:37:52 -0500 |
commit | d9cdaccaa7049c773e876047320839dd6d2d9459 (patch) | |
tree | 0d55d40beb24e22cdd6822bf0218aad7f928a6eb /source4/pidl/README | |
parent | 3e941e6a92e273dc8d5bca982870b3a91cbcd521 (diff) | |
download | samba-d9cdaccaa7049c773e876047320839dd6d2d9459.tar.gz samba-d9cdaccaa7049c773e876047320839dd6d2d9459.tar.bz2 samba-d9cdaccaa7049c773e876047320839dd6d2d9459.zip |
r10093: Fix the HF_FIELD conformance file command
(This used to be commit 0c0a4b55cff4079276073060dae91ff0c19af42f)
Diffstat (limited to 'source4/pidl/README')
-rw-r--r-- | source4/pidl/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/pidl/README b/source4/pidl/README index 8c709e5ecd..7458344761 100644 --- a/source4/pidl/README +++ b/source4/pidl/README @@ -1,9 +1,10 @@ Introduction: ============= This directory contains the source code of the pidl (Perl IDL) -compiler. +compiler for Samba 4. -pidl is the main file of pidl. +The main sources for pidl are available by Subversion on +svn+ssh://svnanon.samba.org/samba/branches/SAMBA_4_0/source/pidl Pidl works by building a parse tree from a .pidl file (a simple dump of it's internal parse tree) or a .idl file |