Mercurial > hg > audiodb
view Makefile.osx @ 129:f7eba8eb272c
Variable size databases, part 2: new --size argument on database
creation; use it for the dbSize field.
(Note that maximum use of this can be obtained on 32-bit platforms only
by compiling with -D_FILE_OFFSET_BITS=64 or similar, otherwise 2^31 is
an upper exclusive limit for off_t and hence for the lseek() call)
author | mas01cr |
---|---|
date | Fri, 19 Oct 2007 14:41:54 +0000 |
parents | 6d899df0cfe4 |
children |
line wrap: on
line source
CFLAGS=-O3 LIBDIR= LIBS= SOAPDIR=bin_x86_osx/soapcpp-macosx-2.1.6 SOAPOBS=${SOAPDIR}/stdsoap2.o soapServer.cpp soapClient.cpp soapC.cpp CMDOBS=cmdline.c INCDIR=-I${SOAPDIR} all: audioDB.h audioDB.cpp ${SOAPOBS} ${CMDOBS} Makefile.osx ${SOAPDIR}/soapcpp2 audioDBws.h g++ -o audioDB ${CFLAGS} audioDB.cpp ${SOAPOBS} ${CMDOBS} ${CFLAGS} ${INCDIR} ${LIBDIR} ${LIBS}