svn commit: samba r5087 - in branches/SAMBA_4_0/source/script: .

tpot at samba.org tpot at samba.org
Sat Jan 29 04:00:15 GMT 2005


Author: tpot
Date: 2005-01-29 04:00:14 +0000 (Sat, 29 Jan 2005)
New Revision: 5087

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5087

Log:
Add --swig to pidl flags so that swig .i files are generated with
make idl.

Modified:
   branches/SAMBA_4_0/source/script/build_idl.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/build_idl.sh
===================================================================
--- branches/SAMBA_4_0/source/script/build_idl.sh	2005-01-29 03:58:44 UTC (rev 5086)
+++ branches/SAMBA_4_0/source/script/build_idl.sh	2005-01-29 04:00:14 UTC (rev 5087)
@@ -4,7 +4,7 @@
 
 [ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1
 
-PIDL="$PERL ./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --client"
+PIDL="$PERL ./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --client --swig"
 
 if [ x$FULLBUILD = xFULL ]; then
       echo Rebuilding all idl files in librpc/idl



More information about the samba-cvs mailing list