mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
RNV: Fix link errors.
This commit is contained in:
parent
128dba9aef
commit
5bdade8015
@ -81,6 +81,7 @@ MED_Test_LDADD = \
|
|||||||
-lOpUtil \
|
-lOpUtil \
|
||||||
-lSALOMELocalTrace \
|
-lSALOMELocalTrace \
|
||||||
-lSALOMEBasics \
|
-lSALOMEBasics \
|
||||||
|
-lSalomeIDLKernel \
|
||||||
../MEDWrapper/Factory/libMEDWrapper.la \
|
../MEDWrapper/Factory/libMEDWrapper.la \
|
||||||
../MEDWrapper/Base/libMEDWrapperBase.la \
|
../MEDWrapper/Base/libMEDWrapperBase.la \
|
||||||
../MEDWrapper/V2_2/libMEDWrapper_V2_2.la \
|
../MEDWrapper/V2_2/libMEDWrapper_V2_2.la \
|
||||||
|
@ -70,6 +70,6 @@ STL_Test_LDADD = \
|
|||||||
libMeshDriverSTL.la \
|
libMeshDriverSTL.la \
|
||||||
../Driver/libMeshDriver.la \
|
../Driver/libMeshDriver.la \
|
||||||
../SMDS/libSMDS.la \
|
../SMDS/libSMDS.la \
|
||||||
$(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSALOMEBasics \
|
$(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSALOMEBasics -lSalomeIDLKernel \
|
||||||
$(CAS_LDPATH) -lTKernel -lTKSTL -lTKTopAlgo -lTKMesh -lTKBO
|
$(CAS_LDPATH) -lTKernel -lTKSTL -lTKTopAlgo -lTKMesh -lTKBO
|
||||||
|
|
||||||
|
@ -82,4 +82,4 @@ UNV_Test_LDADD = \
|
|||||||
libMeshDriverUNV.la \
|
libMeshDriverUNV.la \
|
||||||
../Driver/libMeshDriver.la \
|
../Driver/libMeshDriver.la \
|
||||||
../SMDS/libSMDS.la \
|
../SMDS/libSMDS.la \
|
||||||
$(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSALOMEBasics
|
$(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSALOMEBasics -lSalomeIDLKernel
|
||||||
|
@ -69,11 +69,13 @@ libSMESHClient_la_LDFLAGS = \
|
|||||||
../MEDWrapper/Factory/libMEDWrapper.la \
|
../MEDWrapper/Factory/libMEDWrapper.la \
|
||||||
../MEDWrapper/Base/libMEDWrapperBase.la \
|
../MEDWrapper/Base/libMEDWrapperBase.la \
|
||||||
../MEDWrapper/V2_2/libMEDWrapper_V2_2.la \
|
../MEDWrapper/V2_2/libMEDWrapper_V2_2.la \
|
||||||
$(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA -lSalomeNS -lOpUtil -lSALOMEBasics \
|
$(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA -lSalomeNS -lOpUtil -lSALOMEBasics -lSalomeContainer -lSalomeHDFPersist -lSalomeGenericObj \
|
||||||
|
-lRegistry -lResourcesManager -lSalomeResourcesManager -lSalomeNotification \
|
||||||
-lSalomeIDLKernel -lSALOMELocalTrace \
|
-lSalomeIDLKernel -lSALOMELocalTrace \
|
||||||
$(GEOM_LDFLAGS) -lNMTDS -lSalomeIDLGEOM \
|
$(GEOM_LDFLAGS) -lNMTDS -lSalomeIDLGEOM \
|
||||||
$(CAS_KERNEL)
|
$(CAS_KERNEL)
|
||||||
|
|
||||||
|
|
||||||
SMESHClientBin_CPPFLAGS = \
|
SMESHClientBin_CPPFLAGS = \
|
||||||
$(libSMESHClient_la_CPPFLAGS)
|
$(libSMESHClient_la_CPPFLAGS)
|
||||||
|
|
||||||
|
@ -110,6 +110,11 @@ libSMESHEngine_la_LDFLAGS = \
|
|||||||
../SMESHDS/libSMESHDS.la \
|
../SMESHDS/libSMESHDS.la \
|
||||||
../Controls/libSMESHControls.la \
|
../Controls/libSMESHControls.la \
|
||||||
$(KERNEL_LDFLAGS) \
|
$(KERNEL_LDFLAGS) \
|
||||||
|
-lOpUtil \
|
||||||
|
-lSalomeNotification \
|
||||||
|
-lResourcesManager \
|
||||||
|
-lSalomeResourcesManager \
|
||||||
|
-lSALOMEBasics \
|
||||||
-lSalomeContainer \
|
-lSalomeContainer \
|
||||||
-lSalomeNS \
|
-lSalomeNS \
|
||||||
-lRegistry \
|
-lRegistry \
|
||||||
|
Loading…
Reference in New Issue
Block a user