From: crouzet Date: Tue, 11 Dec 2007 10:00:07 +0000 (+0000) Subject: portage 64 bits X-Git-Tag: V3_2_10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1cec6faaa9ab232e3aa48b7c8088f68d3b50965c;p=tools%2Fhxx2salome.git portage 64 bits improvment of with_gui option --- diff --git a/scripts/hxx2salome b/scripts/hxx2salome index a3acf41..ccf726d 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" @@ -248,10 +253,10 @@ generate_module_source() if [ -f tmp.xml ] then cat tmp.xml | sed 's/_Gen//g' > ${CLASS_NAME}Catalog.xml - else + else echo Error with runIDLparser - the catalog was not generated exit - fi + fi rm tmp.xml # } diff --git a/scripts/template_src.tgz b/scripts/template_src.tgz index 0f470f0..6a12d67 100644 Binary files a/scripts/template_src.tgz and b/scripts/template_src.tgz differ