Mercurial > hg > audiodb
annotate Makefile.win32 @ 130:63ca70f2bf37
Add an exhaustive search test.
author | mas01cr |
---|---|
date | Fri, 19 Oct 2007 17:03:12 +0000 |
parents | 9eab3e0f3068 |
children |
rev | line source |
---|---|
mas01cr@0 | 1 CFLAGS=-ggdb |
mas01cr@0 | 2 LIBDIR= |
mas01cr@0 | 3 LIBS= |
mas01cr@0 | 4 SOAPDIR=bin_x86_win/gsoap-win32-2.7 |
mas01cr@0 | 5 SOAPOBS=${SOAPDIR}/stdsoap2.o soapServer.cpp soapClient.cpp soapC.cpp |
mas01cr@0 | 6 INCDIR=-I${SOAPDIR} |
mas01cr@0 | 7 |
mas01cr@0 | 8 all: audioDB.h audioDB.cpp ${SOAPOBS} Makefile.win32 |
mas01cr@0 | 9 ${SOAPDIR}/soapcpp2 audioDBws.h |
mas01cr@0 | 10 g++ -o audioDB ${CFLAGS} audioDB.cpp ${SOAPOBS} ${CFLAGS} ${INCDIR} ${LIBDIR} ${LIBS} |