Sha256: ca790d45d337233863f42a2aa372e5d866e74a0e417df9cc7edc08661ff0cf37
Contents?: true
Size: 442 Bytes
Versions: 135
Compression:
Stored size: 442 Bytes
Contents
# -*- Makefile -*- Time-stamp: <03/10/12 20:35:49 ptr> # $Id: dmc.mak 1871 2005-11-26 20:55:00Z dums $ SRCROOT := .. COMPILER_NAME := dmc #SEP := \\ OBJ_EXT := obj 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