From 611122092ae485889ab03955537b4590f95461b5 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 28 May 2009 11:38:07 +0000 Subject: [PATCH] windows port --- src/VISU_I/Makefile.am | 6 ++++++ src/VISU_I/VISU_ColoredPrs3dCache_i.cc | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/src/VISU_I/Makefile.am b/src/VISU_I/Makefile.am index 0b92c4c4..56aad839 100644 --- a/src/VISU_I/Makefile.am +++ b/src/VISU_I/Makefile.am @@ -141,6 +141,7 @@ libVISUEngineImpl_la_LDFLAGS= \ libVISUEngineImpl_la_LIBADD= \ -lboost_signals@BOOST_LIBSUFFIX@ \ -lboost_thread@BOOST_LIBSUFFIX@ \ + -lSalomeIDLKernel \ -lSalomeHDFPersist \ -lSalomeGenericObj \ -lSalomeContainer \ @@ -148,12 +149,17 @@ libVISUEngineImpl_la_LIBADD= \ -lSalomeNS \ -lTOOLSDS \ -lOpUtil \ + -lSalomeLifeCycleCORBA \ -lVTKViewer \ -lSVTK \ -lEvent \ -lSalomeApp \ -lSalomeSession \ + -lPlot2d \ -lSPlot2d \ + -lqtx \ + -lLightApp \ + -lstd \ ../CONVERTOR/libVisuConvertor.la \ ../PIPELINE/libVisuPipeLine.la \ ../OBJECT/libVisuObject.la \ diff --git a/src/VISU_I/VISU_ColoredPrs3dCache_i.cc b/src/VISU_I/VISU_ColoredPrs3dCache_i.cc index ae32d74a..adfef8b8 100644 --- a/src/VISU_I/VISU_ColoredPrs3dCache_i.cc +++ b/src/VISU_I/VISU_ColoredPrs3dCache_i.cc @@ -24,6 +24,10 @@ // Author : Oleg UVAROV // Module : VISU // +#ifdef WNT +#define NOGDI +#endif + #include "VISU_ColoredPrs3dCache_i.hh" #include "VISU_ColoredPrs3dHolder_i.hh" -- 2.39.2