win32 compilation of the Geometry module.

This commit is contained in:
rnv 2012-02-01 12:21:41 +00:00
parent f0c9957f91
commit eed87c32e4
2 changed files with 6 additions and 3 deletions

View File

@ -45,7 +45,10 @@ libMaterial_la_CPPFLAGS = \
$(GUI_CXXFLAGS) \
-I$(srcdir)/../OBJECT
libMaterial_la_LDFLAGS = \
$(GUI_LDFLAGS) -lVTKViewer -lOCCViewer -lsuit -lSalomeApp
libMaterial_la_LDFLAGS = -lVTKViewer -lOCCViewer -lsuit -lSalomeApp \
$(GUI_LDFLAGS) -lqtx \
$(QT_MT_LIBS) \
$(CAS_LDFLAGS) -lTKV3d -lTKGeomBase \
$(VTK_LIBS)
dist_salomeres_DATA = resources/SalomeMaterial.xml

View File

@ -24,7 +24,7 @@
#define MATERIAL_H
#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 )
# else
# define MATERIAL_SALOME_EXPORT _declspec( dllimport )