xref: /reactos/sdk/lib/3rdparty/stlport/build/lib/icc.mak (revision c2c66aff)
1# -*- Makefile -*- Time-stamp: <03/10/12 20:35:49 ptr>
2
3SRCROOT := ..
4COMPILER_NAME := icc
5
6STLPORT_INCLUDE_DIR = ../../stlport
7include Makefile.inc
8include ${SRCROOT}/Makefiles/gmake/top.mak
9
10INCLUDES += -I$(STLPORT_INCLUDE_DIR)
11
12ifeq ($(OSNAME),linux)
13DEFS += -D_GNU_SOURCE
14endif
15
16# options for build with boost support
17ifdef STLP_BUILD_BOOST_PATH
18INCLUDES += -I$(STLP_BUILD_BOOST_PATH)
19endif
20
21