mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 18:18:35 +05:00
win32 compilation of the Geometry module.
This commit is contained in:
parent
f0c9957f91
commit
eed87c32e4
@ -45,7 +45,10 @@ libMaterial_la_CPPFLAGS = \
|
|||||||
$(GUI_CXXFLAGS) \
|
$(GUI_CXXFLAGS) \
|
||||||
-I$(srcdir)/../OBJECT
|
-I$(srcdir)/../OBJECT
|
||||||
|
|
||||||
libMaterial_la_LDFLAGS = \
|
libMaterial_la_LDFLAGS = -lVTKViewer -lOCCViewer -lsuit -lSalomeApp \
|
||||||
$(GUI_LDFLAGS) -lVTKViewer -lOCCViewer -lsuit -lSalomeApp
|
$(GUI_LDFLAGS) -lqtx \
|
||||||
|
$(QT_MT_LIBS) \
|
||||||
|
$(CAS_LDFLAGS) -lTKV3d -lTKGeomBase \
|
||||||
|
$(VTK_LIBS)
|
||||||
|
|
||||||
dist_salomeres_DATA = resources/SalomeMaterial.xml
|
dist_salomeres_DATA = resources/SalomeMaterial.xml
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#define MATERIAL_H
|
#define MATERIAL_H
|
||||||
|
|
||||||
#if defined WIN32
|
#if defined WIN32
|
||||||
# if defined MATERIAL_SALOME_EXPORTS || defined MATERIAL_EXPORTS || defined SalomeMaterial_EXPORTS
|
# if defined MATERIAL_SALOME_EXPORTS || defined Material_EXPORTS
|
||||||
# define MATERIAL_SALOME_EXPORT _declspec( dllexport )
|
# define MATERIAL_SALOME_EXPORT _declspec( dllexport )
|
||||||
# else
|
# else
|
||||||
# define MATERIAL_SALOME_EXPORT _declspec( dllimport )
|
# define MATERIAL_SALOME_EXPORT _declspec( dllimport )
|
||||||
|
Loading…
Reference in New Issue
Block a user