From: srn Date: Thu, 25 Jan 2007 11:54:08 +0000 (+0000) Subject: Added a preprocessor defintion that describes a type of the operation system X-Git-Tag: V3_2_5pre1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6907542f954aca9948fe3dd089ec5f1d1fe18660;p=modules%2Fsmesh.git Added a preprocessor defintion that describes a type of the operation system --- diff --git a/src/StdMeshers/Makefile.in b/src/StdMeshers/Makefile.in index d81355de9..dac525277 100644 --- a/src/StdMeshers/Makefile.in +++ b/src/StdMeshers/Makefile.in @@ -114,12 +114,14 @@ BIN_SRC = CPPFLAGS+= \ $(OCC_INCLUDES) \ $(BOOST_CPPFLAGS) \ - $(KERNEL_CXXFLAGS) + $(KERNEL_CXXFLAGS) \ + @PLATFORM_INCLUDES@ CXXFLAGS+= \ $(OCC_CXXFLAGS) \ $(KERNEL_CXXFLAGS) \ - $(GEOM_CXXFLAGS) + $(GEOM_CXXFLAGS) \ + @PLATFORM_INCLUDES@ LDFLAGS+= \ -lSMESHimpl \