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