From cb6b7e849f5c00b67bc9eb28cb9c40ff5b65c268 Mon Sep 17 00:00:00 2001 From: tajchman Date: Wed, 21 Jan 2004 14:47:27 +0000 Subject: [PATCH] Correct parser arguments and help message --- bin/runIDLparser.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 $@ #============================================================ -- 2.39.2