mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-07 03:34:16 +05:00
Fix compilation on LInux
This commit is contained in:
parent
bf4b4d36c4
commit
bdd25d855c
@ -40,7 +40,8 @@ EXPORT_HEADERS= DriverUNV_R_SMDS_Mesh.h \
|
|||||||
DriverUNV_R_SMESHDS_Document.h \
|
DriverUNV_R_SMESHDS_Document.h \
|
||||||
DriverUNV_W_SMDS_Mesh.h \
|
DriverUNV_W_SMDS_Mesh.h \
|
||||||
DriverUNV_W_SMESHDS_Mesh.h \
|
DriverUNV_W_SMESHDS_Mesh.h \
|
||||||
DriverUNV_W_SMESHDS_Document.h
|
DriverUNV_W_SMESHDS_Document.h \
|
||||||
|
SMESH_DriverUNV.hxx
|
||||||
|
|
||||||
# Libraries targets
|
# Libraries targets
|
||||||
LIB = libMeshDriverUNV.la
|
LIB = libMeshDriverUNV.la
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
# define SMESHCLIENT_EXPORT __declspec( dllimport )
|
# define SMESHCLIENT_EXPORT __declspec( dllimport )
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
# define SMESHCLIENTEXPORT
|
# define SMESHCLIENT_EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class SMESHDS_Mesh;
|
class SMESHDS_Mesh;
|
||||||
|
Loading…
Reference in New Issue
Block a user