From: crouzet Date: Mon, 10 Dec 2007 13:22:52 +0000 (+0000) Subject: improvment of option "without gui" X-Git-Tag: FIN_DEV_A1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d7daf8f1b2870804d0c6787eb6d3d7fe2803a984;p=tools%2Fhxx2salome.git improvment of option "without gui" --- 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"