view Makefile.win32 @ 119:6062e6f1dcc1 endian-neutral

Towards endian-neutrality, part 4. A little bit of defensive coding around the byte_swap() Do What I Mean functionality: if the maximum acceptable dimensionality exceeds 16 bits, then the byte swapping is no longer ambiguous.
author mas01cr
date Fri, 12 Oct 2007 12:58:30 +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}