Mercurial > hg > audiodb
view Makefile.osx @ 125:26ec0906adb9
Be a bit more careful about qNorm handling and freeing: don't assign qNorm
anywhere, but use a (new) interior pointer instead.
Also fix test 0023 for the correct results.
author | mas01cr |
---|---|
date | Wed, 17 Oct 2007 14:44:53 +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}