From d7daf8f1b2870804d0c6787eb6d3d7fe2803a984 Mon Sep 17 00:00:00 2001 From: crouzet Date: Mon, 10 Dec 2007 13:22:52 +0000 Subject: [PATCH] improvment of option "without gui" --- scripts/hxx2salome | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/hxx2salome b/scripts/hxx2salome index a3acf41..44bcce9 100755 --- a/scripts/hxx2salome +++ b/scripts/hxx2salome @@ -198,6 +198,11 @@ generate_module_source() 'rm' -rf ${CLASS_NAME}_SRC/src/${CLASS_NAME}GUI sed "s/${CLASS_NAME}GUI//" < ${CLASS_NAME}_SRC/src/Makefile.in > /tmp/h2smkf.$$ mv /tmp/h2smkf.$$ ${CLASS_NAME}_SRC/src/Makefile.in + sed 's/GENERATED_WITH_GUI="yes"/GENERATED_WITH_GUI="no"/g' < ${CLASS_NAME}_SRC/build_configure > /tmp/h2sbc.$$ + mv /tmp/h2sbc.$$ ${CLASS_NAME}_SRC/build_configure + chmod +x ${CLASS_NAME}_SRC/build_configure + sed 's/GENERATED_WITH_GUI="yes"/GENERATED_WITH_GUI="no"/g' < ${CLASS_NAME}_SRC/configure.in.base > /tmp/h2scib.$$ + mv /tmp/h2scib.$$ ${CLASS_NAME}_SRC/configure.in.base fi # echo -e "\n-> Substitute generated code in idl file" -- 2.39.2