author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
sl@0 | 1 |
# -*- Makefile -*- Time-stamp: <03/07/09 18:08:47 ptr> |
sl@0 | 2 |
|
sl@0 | 3 |
SRCROOT := ../../../build |
sl@0 | 4 |
COMPILER_NAME := gcc |
sl@0 | 5 |
|
sl@0 | 6 |
WITHOUT_STLPORT = 1 |
sl@0 | 7 |
# STLPORT_DIR := ../../.. |
sl@0 | 8 |
include Makefile.inc |
sl@0 | 9 |
include ${SRCROOT}/Makefiles/top.mak |
sl@0 | 10 |
|
sl@0 | 11 |
#CXXFLAGS += -fuse-cxa-atexit |
sl@0 | 12 |
LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR} |