librpc: Add commnets on the split out of IDL files
authorAndrew Bartlett <abartlet@samba.org>
Mon, 23 Sep 2019 04:39:11 +0000 (16:39 +1200)
committerRalph Boehme <slow@samba.org>
Thu, 10 Oct 2019 08:08:45 +0000 (08:08 +0000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
librpc/idl/wscript_build

index 6e4ffd44076fb192f562f7aec6102098f831d6e7..3d60df26b87a6a3ebd56ffdb042c164ff1ddab1e 100644 (file)
@@ -16,16 +16,19 @@ bld.SAMBA_PIDL_LIST('PIDL',
                     options='--header --ndr-parser --samba3-ndr-server --server --client --python',
                     output_dir='../gen_ndr')
 
+# Services that we only have a client for
 bld.SAMBA_PIDL_LIST('PIDL',
                     '''atsvc.idl''',
                     options='--header --ndr-parser --client --python',
                     output_dir='../gen_ndr')
 
+# Services that we only have a server in the source3 style
 bld.SAMBA_PIDL_LIST('PIDL',
                     '''initshutdown.idl ntsvcs.idl''',
                     options='--header --ndr-parser --client --python --samba3-ndr-server',
                     output_dir='../gen_ndr')
 
+# DCOM stuff
 bld.SAMBA_PIDL_LIST('PIDL',
                     '''remact.idl''',
                     options='--header --ndr-parser --client',