From: tajchman Date: Wed, 12 May 2004 13:41:43 +0000 (+0000) Subject: Option -K to parse comments in IDL files X-Git-Tag: Ecole_Ete_a5~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=59b0a78e8edb7bf58d032c9c80a44ec5b20e9191;p=modules%2Fkernel.git Option -K to parse comments in IDL files --- diff --git a/src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.cxx b/src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.cxx index 557ca8fb1..abe1d147d 100644 --- a/src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.cxx +++ b/src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.cxx @@ -394,7 +394,7 @@ void ToolsGUI_CatalogGeneratorDlg::onApply() else { QString command = ""; if ( getenv("KERNEL_ROOT_DIR") ) - command = QString( getenv( "KERNEL_ROOT_DIR" ) ) + "/bin/salome/runIDLparser " + IDLpath + " -Wbcatalog=" + XmlFile; + command = QString( getenv( "KERNEL_ROOT_DIR" ) ) + "/bin/salome/runIDLparser -K " + IDLpath + " -Wbcatalog=" + XmlFile; else { QAD_MessageBox::error1( this, tr("TOOLS_ERR_ERROR"),