mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
Patch for Windows compatibility: add missing -lSALOMEBasics option
This commit is contained in:
parent
f5ebc48243
commit
bebf5671ea
@ -65,6 +65,7 @@ libMeshDriverDAT_la_CPPFLAGS = \
|
|||||||
|
|
||||||
libMeshDriverDAT_la_LDFLAGS = \
|
libMeshDriverDAT_la_LDFLAGS = \
|
||||||
../Driver/libMeshDriver.la \
|
../Driver/libMeshDriver.la \
|
||||||
|
$(KERNEL_LDFLAGS) -lSALOMEBasics \
|
||||||
$(CAS_KERNEL)
|
$(CAS_KERNEL)
|
||||||
|
|
||||||
DAT_Test_CPPFLAGS = \
|
DAT_Test_CPPFLAGS = \
|
||||||
|
@ -78,6 +78,7 @@ libMeshDriverUNV_la_CPPFLAGS = \
|
|||||||
|
|
||||||
libMeshDriverUNV_la_LDFLAGS = \
|
libMeshDriverUNV_la_LDFLAGS = \
|
||||||
../Driver/libMeshDriver.la \
|
../Driver/libMeshDriver.la \
|
||||||
|
$(KERNEL_LDFLAGS) -lSALOMEBasics \
|
||||||
$(CAS_KERNEL)
|
$(CAS_KERNEL)
|
||||||
|
|
||||||
UNV_Test_CPPFLAGS = \
|
UNV_Test_CPPFLAGS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user