From: ribes Date: Thu, 4 Feb 2010 15:55:26 +0000 (+0000) Subject: - Patch for PaCO++ X-Git-Tag: V5_1_4a1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=971b7d989b9acb0c186fbfcd90e0e9827f3b863a;p=tools%2Fyacsgen.git - Patch for PaCO++ --- diff --git a/module_generator/paco_tmpl.py b/module_generator/paco_tmpl.py index 0b87685..b8312c2 100644 --- a/module_generator/paco_tmpl.py +++ b/module_generator/paco_tmpl.py @@ -26,7 +26,7 @@ except: compoMakefile=""" include $$(top_srcdir)/adm_local/make_common_starter.am -BUILT_SOURCES = SALOME_Exception.hxx SALOME_GenericObj.hxx SALOMEDS.hxx +BUILT_SOURCES = SALOME_Exception.hxx SALOME_GenericObj.hxx SALOMEDS.hxx SALOME_PyNode.hxx %.hxx : @KERNEL_ROOT_DIR@/idl/salome/%.idl \t$$(OMNIORB_IDL) -bcxx $$(IDLCXXFLAGS) $$(OMNIORB_IDLCXXFLAGS) $$(IDL_INCLUDES) -I@KERNEL_ROOT_DIR@/idl/salome -Wbh=.hxx -Wbs=.cxx $$<