Added a preprocessor defintion that describes a type of the operation system

This commit is contained in:
srn 2007-01-25 11:54:08 +00:00
parent 7b5e5ac814
commit 6907542f95

View 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 \