1# -*- Makefile -*- Time-stamp: <03/10/12 20:35:49 ptr>
2
3SRCROOT := ../..
4COMPILER_NAME := dmc
5OBJ_EXT := obj
6
7STLPORT_DIR := ../../..
8
9include Makefile.inc
10include ${SRCROOT}/Makefiles/gmake/top.mak
11
12
13INCLUDES += -I$(STLPORT_INCLUDE_DIR)
14
15dbg-shared:	DEFS += -D_STLP_DEBUG_UNINITIALIZED
16stldbg-shared:	DEFS += -D_STLP_DEBUG_UNINITIALIZED
17dbg-static:	DEFS += -D_STLP_DEBUG_UNINITIALIZED
18stldbg-static:	DEFS += -D_STLP_DEBUG_UNINITIALIZED
19
20# options for build with boost support
21ifdef STLP_BUILD_BOOST_PATH
22INCLUDES += -I$(STLP_BUILD_BOOST_PATH)
23endif
24
25