mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
Added a preprocessor defintion that describes a type of the operation system
This commit is contained in:
parent
7b5e5ac814
commit
6907542f95
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user