Porting to med 3.0.6 / Win32 compatibility / Replace dependency on libmed (fortran API) by libmedC

This commit is contained in:
vsr 2012-10-30 06:17:46 +00:00
parent 29819883c2
commit 1b48eab880

View File

@ -40,7 +40,7 @@ MeshCut_SOURCES = \
MeshCut_CPPFLAGS = $(MED3_INCLUDES) MeshCut_CPPFLAGS = $(MED3_INCLUDES)
MeshCut_LDFLAGS = $(MED3_LIBS) $(HDF5_LIBS) MeshCut_LDFLAGS = $(MED3_LIBS_C_ONLY) $(HDF5_LIBS)
salomeplugins_PYTHON = \ salomeplugins_PYTHON = \
meshcut_plugin.py meshcut_plugin.py