From: crouzet Date: Mon, 25 Oct 2010 10:14:55 +0000 (+0000) Subject: append "_ORB" to the name of module X-Git-Tag: V5_1_5rc1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e3de6f86e2c67dc2f5aa6354ee3c6ba044bb5e83;p=tools%2Fyacsgen.git append "_ORB" to the name of module change name of library at link (add SalomeIDL) --- diff --git a/module_generator/hxx_tmpl.py b/module_generator/hxx_tmpl.py index 0ca5507..3e25a10 100644 --- a/module_generator/hxx_tmpl.py +++ b/module_generator/hxx_tmpl.py @@ -109,7 +109,7 @@ ${compodefs} class ${component}; // forward declaration class ${component}_i: ${inheritedclass} - public POA_${module}::${component}_Gen, + public POA_${module}_ORB::${component}_Gen, public Engines_Component_i, public SALOMEMultiComm { @@ -171,7 +171,7 @@ dist_lib${component}Engine_la_SOURCES = \ ${component}_i.cxx lib${component}Engine_la_CXXFLAGS = -I$$(top_builddir)/idl $$(SALOME_INCLUDES) ${includes} -lib${component}Engine_la_LIBADD = ${libs} -L$$(top_builddir)/idl -l${module} $${SALOME_LIBS} $$(FLIBS) +lib${component}Engine_la_LIBADD = ${libs} -L$$(top_builddir)/idl -lSalomeIDL${module} $${SALOME_LIBS} $$(FLIBS) """