diff options
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/pidl/README | 4 | ||||
-rw-r--r-- | source4/build/pidl/ejs.pm | 4 | ||||
-rwxr-xr-x | source4/build/pidl/pidl (renamed from source4/build/pidl/pidl.pl) | 2 |
3 files changed, 6 insertions, 4 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 diff --git a/source4/build/pidl/ejs.pm b/source4/build/pidl/ejs.pm index 8420f8fa87..d86f73b5be 100644 --- a/source4/build/pidl/ejs.pm +++ b/source4/build/pidl/ejs.pm @@ -159,7 +159,7 @@ sub EjsPullString($$$$$) ########################### -# pull an arrar element +# pull an array element sub EjsPullArray($$$$$) { my ($e, $l, $var, $name, $env) = @_; @@ -410,7 +410,7 @@ sub EjsPushSwitch($$$$$) ########################### -# push an arrar element +# push an array element sub EjsPushArray($$$$$) { my ($e, $l, $var, $name, $env) = @_; diff --git a/source4/build/pidl/pidl.pl b/source4/build/pidl/pidl index 9f37f7e795..5e2b11e91a 100755 --- a/source4/build/pidl/pidl.pl +++ b/source4/build/pidl/pidl @@ -66,7 +66,7 @@ sub ShowHelp() print "perl IDL parser and code generator Copyright (C) tridge\@samba.org -Usage: pidl.pl [options] <idlfile> +Usage: pidl [options] <idlfile> Options: --help this help page |