view build/posix.makefile @ 393:1049b01aebd2

Fixed generator segfaults on OS X 10.6. Regarding the change to dgenerator.cpp, I am not actually sure if 0 is the correct value to pass, but it seems to work and the code which had been there before was just plain incorrect ? it read past the list boundaries.
author David Nadlinger <code@klickverbot.at>
date Sat, 28 Aug 2010 02:55:55 +0200
parents d3f4f14d43a5
children
line wrap: on
line source

SYSTEM = posix
ifndef QTDIR
QTDIR = /usr/share/qt4
ifndef QTDIR_INC
QTDIR_INC = /usr/include/qt4
endif
ifndef QTDIR_LIB
QTDIR_LIB = /usr/lib
endif
else
ifndef QTDIR_INC
QTDIR_INC = $(QTDIR)/include
endif
ifndef QTDIR_LIB
QTDIR_LIB = $(QTDIR)/lib
endif
endif
DYN_LIB_EXT = so
D_OBJ_EXT = o
LIB_NAME_PREFIX = lib
GEN = ./generator
MKDIR = mkdir -p
RM = rm -f
SL = /