From: tajchman Date: Wed, 21 Jan 2004 14:47:27 +0000 (+0000) Subject: Correct parser arguments and help message X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cb6b7e849f5c00b67bc9eb28cb9c40ff5b65c268;p=modules%2Fkernel.git Correct parser arguments and help message --- diff --git a/bin/runIDLparser.in b/bin/runIDLparser.in index 085ac77d8..4360e0d54 100644 --- a/bin/runIDLparser.in +++ b/bin/runIDLparser.in @@ -22,7 +22,7 @@ if test "$hh" = "1" ; then echo "" echo " to run IDLparser:" echo "" - echo " $0 -Wbcatalog=[,icon=][,version=][,author=][,name=][,multistudy=][,remove=component_name] " + echo " $0 -Wbcatalog=[,icon=][,version=][,author=][,name=][,username=][,multistudy=][,remove=component_name] " echo "" echo " to have omniidl help:" echo "" @@ -37,9 +37,6 @@ fi cd $DIR -PYTHONPATH=${PYTHONPATH}:${SALOME_HOME_DIR}/bin -#============================================================ - # omiidl ==================================================== -omniidl -bIDLparser -I ${SALOME_SRC_DIR}/idl $@ +omniidl -bIDLparser -I ${KERNEL_ROOT_DIR}/idl -I ${MED_ROOT_DIR}/idl $@ #============================================================