Patch for Windows compatibility: add missing -lSALOMEBasics option

This commit is contained in:
adam 2009-11-06 16:10:20 +00:00
parent f5ebc48243
commit bebf5671ea
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ libMeshDriverDAT_la_CPPFLAGS = \
libMeshDriverDAT_la_LDFLAGS = \
../Driver/libMeshDriver.la \
$(KERNEL_LDFLAGS) -lSALOMEBasics \
$(CAS_KERNEL)
DAT_Test_CPPFLAGS = \

View File

@ -78,6 +78,7 @@ libMeshDriverUNV_la_CPPFLAGS = \
libMeshDriverUNV_la_LDFLAGS = \
../Driver/libMeshDriver.la \
$(KERNEL_LDFLAGS) -lSALOMEBasics \
$(CAS_KERNEL)
UNV_Test_CPPFLAGS = \