view Makefile.win32 @ 65:00c3326e8242

Add a test (with the usual small numbers of tracks and query points) of track query type. It currently fails with a segfault.
author mas01cr
date Wed, 26 Sep 2007 12:45:51 +0000
parents 9eab3e0f3068
children
line wrap: on
line source
CFLAGS=-ggdb
LIBDIR=
LIBS=
SOAPDIR=bin_x86_win/gsoap-win32-2.7
SOAPOBS=${SOAPDIR}/stdsoap2.o soapServer.cpp soapClient.cpp soapC.cpp
INCDIR=-I${SOAPDIR}

all: audioDB.h audioDB.cpp ${SOAPOBS} Makefile.win32
	${SOAPDIR}/soapcpp2 audioDBws.h
	g++ -o audioDB ${CFLAGS} audioDB.cpp ${SOAPOBS} ${CFLAGS} ${INCDIR} ${LIBDIR} ${LIBS}