Salome HOME
Added a preprocessor defintion that describes a type of the operation system
authorsrn <srn@opencascade.com>
Thu, 25 Jan 2007 11:54:08 +0000 (11:54 +0000)
committersrn <srn@opencascade.com>
Thu, 25 Jan 2007 11:54:08 +0000 (11:54 +0000)
src/StdMeshers/Makefile.in

index d81355de98dd14c9ecab388d49f8acd91b41274d..dac52527708323218b320cdcb00629ab784a1d50 100644 (file)
@@ -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 \