Sha256: 216bb790e1b8ba05b46c13baef78d782ea6b935f9f464d6287a1594bb3996a34

Contents?: true

Size: 638 Bytes

Versions: 135

Compression:

Stored size: 638 Bytes

Contents

# -*- Makefile -*- Time-stamp: <03/10/12 20:35:49 ptr>
# $Id: bcc.mak 2218 2006-03-24 19:57:15Z dums $

SRCROOT := ..
COMPILER_NAME := bcc
#SEP := \\
OBJ_EXT := obj

ifndef INCLUDE
$(error Missing INCLUDE environment variable definition. Please see doc/README.borland \
for instructions about how to prepare Borland compiler to build STLport libraries.)
endif

STLPORT_INCLUDE_DIR = ../../stlport
include Makefile.inc
include ${SRCROOT}/Makefiles/top.mak


#DEFS += -D__BUILDING_STLPORT
INCLUDES += -I$(STLPORT_INCLUDE_DIR)

# options for build with boost support
ifdef STLP_BUILD_BOOST_PATH
INCLUDES += -I$(STLP_BUILD_BOOST_PATH)
endif

Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/stlport/build/lib/bcc.mak
rhodes-7.5.1 platform/shared/stlport/build/lib/bcc.mak
rhodes-7.4.1 platform/shared/stlport/build/lib/bcc.mak
rhodes-7.1.17 platform/shared/stlport/build/lib/bcc.mak
rhodes-6.2.0 platform/shared/stlport/build/lib/bcc.mak
rhodes-6.0.11 platform/shared/stlport/build/lib/bcc.mak
rhodes-5.5.18 platform/shared/stlport/build/lib/bcc.mak
rhodes-5.5.17 platform/shared/stlport/build/lib/bcc.mak
rhodes-5.5.15 platform/shared/stlport/build/lib/bcc.mak
rhodes-5.5.0.22 platform/shared/stlport/build/lib/bcc.mak
rhodes-5.5.2 platform/shared/stlport/build/lib/bcc.mak
rhodes-5.5.0.7 platform/shared/stlport/build/lib/bcc.mak
rhodes-5.5.0.3 platform/shared/stlport/build/lib/bcc.mak
rhodes-5.5.0 platform/shared/stlport/build/lib/bcc.mak
tauplatform-1.0.3 platform/shared/stlport/build/lib/bcc.mak
tauplatform-1.0.2 platform/shared/stlport/build/lib/bcc.mak
tauplatform-1.0.1 platform/shared/stlport/build/lib/bcc.mak
rhodes-3.5.1.12 platform/shared/stlport/build/lib/bcc.mak
rhodes-3.3.5 platform/shared/stlport/build/lib/bcc.mak
rhodes-3.4.2 platform/shared/stlport/build/lib/bcc.mak