mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-01 04:10:33 +05:00
Fix compilation on windows ...
May be it can create problems on linux when linking to native libs but in accordance with Vadim, I integrate this modification and we will fix problem later if necessary.
This commit is contained in:
parent
2ef5167c0a
commit
69157b62ee
@ -94,7 +94,8 @@ libStdMeshersGUI_la_LDFLAGS = \
|
||||
../SMESHGUI/libSMESH.la \
|
||||
../OBJECT/libSMESHObject.la \
|
||||
$(GUI_LDFLAGS) -lSalomeApp \
|
||||
$(CAS_LDPATH) -lTKernel -lTKBO -lTKAdvTools
|
||||
$(CAS_LDPATH) -lTKernel -lTKBO -lTKAdvTools \
|
||||
$(QWT_LIBS)
|
||||
|
||||
# resources files
|
||||
nodist_salomeres_DATA= \
|
||||
|
Loading…
Reference in New Issue
Block a user