From: crouzet Date: Tue, 19 Oct 2010 14:03:53 +0000 (+0000) Subject: hxx2salome integration: X-Git-Tag: RELIQUAT_5x_15112010~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e8265a820e443f2813205ad5aa7ea54437db44e0;p=tools%2Fyacsgen.git hxx2salome integration: ajout de #include "MEDCouplingCorbaServant.idl" dans le fichier idl modification de MED_INCLUDE et MED_LIBS dans les makefiles.am --- diff --git a/module_generator/salomemodules.py b/module_generator/salomemodules.py index c296765..bddf0f9 100644 --- a/module_generator/salomemodules.py +++ b/module_generator/salomemodules.py @@ -51,13 +51,14 @@ salome_modules["GEOM"]={"idldefs" : idldefs, "makefiledefs" : makefiledefs, "con idldefs=""" #include "MED_Gen.idl" #include "MED.idl" +#include "MEDCouplingCorbaServant.idl" """ makefiledefs=""" #module MED MED_IDL_INCLUDES = -I$(MED_ROOT_DIR)/idl/salome -MED_INCLUDES= -I$(MED_ROOT_DIR)/include/salome +MED_INCLUDES= -I${MED2HOME}/include -I${MED_ROOT_DIR}/include/salome -I${HDF5HOME}/include MED_IDL_LIBS= -L$(MED_ROOT_DIR)/lib/salome -lSalomeIDLMED -MED_LIBS= -L$(MED_ROOT_DIR)/lib/salome +MED_LIBS= -L${MED2HOME}/lib -lmed -L${HDF5HOME}/lib -lhdf5 -L${MED_ROOT_DIR}/lib/salome -lSalomeIDLMED -lMEDClientcmodule -lmedcouplingcorba -lmedcouplingclient SALOME_LIBS += ${MED_LIBS} SALOME_IDL_LIBS += ${MED_IDL_LIBS} SALOME_INCLUDES += ${MED_INCLUDES}