[CMAKE]
[reactos.git] / lib / 3rdparty / stlport / build / test / unit / bcc.mak
1 # -*- Makefile -*- Time-stamp: <05/03/10 17:51:53 ptr>
2
3 SRCROOT := ../..
4 COMPILER_NAME := bcc
5
6 STLPORT_DIR := ../../..
7 include Makefile.inc
8 include ${SRCROOT}/Makefiles/gmake/top.mak
9
10 INCLUDES += -I${STLPORT_INCLUDE_DIR}
11
12 ifneq ($(OSNAME),linux)
13 OBJ_EXT := obj
14 else
15 DEFS += -D_GNU_SOURCE
16 GCC_VERSION = $(shell gcc -dumpversion)
17 DEFS += -DGCC_VERSION=$(GCC_VERSION)
18 endif
19
20 dbg-shared: DEFS += -D_STLP_DEBUG_UNINITIALIZED
21 stldbg-shared: DEFS += -D_STLP_DEBUG_UNINITIALIZED
22 dbg-static: DEFS += -D_STLP_DEBUG_UNINITIALIZED
23 stldbg-static: DEFS += -D_STLP_DEBUG_UNINITIALIZED
24
25 ifdef STLP_BUILD_BOOST_PATH
26 INCLUDES += -I${STLP_BUILD_BOOST_PATH}
27 endif
28
29 LDSEARCH = -L${STLPORT_LIB_DIR}
30