From: jyp Date: Tue, 20 Dec 2005 10:24:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: for_V3_2b1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dcb7081b6fe8ecafcd1dc1340d7dd04365f83a14;p=tools%2Fhxx2salome.git *** empty log message *** --- diff --git a/scripts/hxx2salome b/scripts/hxx2salome index c7c01c9..383094d 100755 --- a/scripts/hxx2salome +++ b/scripts/hxx2salome @@ -190,6 +190,8 @@ generate_module_source() echo -e "\n-> Duplicate template module" | tee hxx2salome_journal tar xvfz ${gene_dir}/template_src.tgz >> hxx2salome_journal mv HXX2SALOME_GENERIC_CLASS_NAME_SRC ${CLASS_NAME}_SRC + mkdir ${CLASS_NAME}_BUILD + mkdir ${CLASS_NAME}_INSTALL ${gene_dir}/renameSalomeModule -i HXX2SALOME_GENERIC_CLASS_NAME ${CLASS_NAME} ${CLASS_NAME}_SRC >> hxx2salome_journal # if [ $make_gui -eq 0 ] diff --git a/scripts/template_src.tgz b/scripts/template_src.tgz index b2910fd..a5bb66b 100644 Binary files a/scripts/template_src.tgz and b/scripts/template_src.tgz differ