diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-09 12:58:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:27 -0500 |
commit | c222331d6d3785075bb0c961315aae9380101e47 (patch) | |
tree | 8c8d480b93c910cea56d4be3537652604d1a9e22 /source4/build/pidl/README | |
parent | b4e53e6705064d889b343d90b0013e844cdb76f5 (diff) | |
download | samba-c222331d6d3785075bb0c961315aae9380101e47.tar.gz samba-c222331d6d3785075bb0c961315aae9380101e47.tar.bz2 samba-c222331d6d3785075bb0c961315aae9380101e47.zip |
r8263: Some small pidl fixes, start working towards supporting installation of pidl.
(This used to be commit c785677a14c958a518d5a9755d2b94e81b34bdb3)
Diffstat (limited to 'source4/build/pidl/README')
-rw-r--r-- | source4/build/pidl/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/build/pidl/README b/source4/build/pidl/README index 1214288724..62498a40c7 100644 --- a/source4/build/pidl/README +++ b/source4/build/pidl/README @@ -1,7 +1,7 @@ This directory contains the source code of the pidl (Perl IDL) compiler. -pidl.pl is the main file of pidl. +pidl is the main file of 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 @@ -27,6 +27,8 @@ ndr_header.pm - Generates a header file with structures ndr_parser.pm - Generates pull/push functions for parsing NDR server.pm - Generates server side implementation in C template.pm - Generates stubs in C for server implementation +ejs.pm - Generates bindings for Embedded JavaScript (EJS) +ejs_header.pm - Generates headers for the EJS bindings -- COM / DCOM -- odl.pm - Generates IDL structures from ODL structures for use in |