Mercurial > hg > audiodb
diff Makefile @ 165:324699d56429
Even more defensive command-line checking:
Make gengetopt generate code that doesn't exit on error, so that the
careful calls to error() as appropriate in audioDB.cpp actually stand a
chance of working.
author | mas01cr |
---|---|
date | Tue, 06 Nov 2007 10:52:32 +0000 |
parents | c337813dcbda |
children | 2ea1908707c7 2cc06e5b05a5 |
line wrap: on
line diff
--- a/Makefile Mon Nov 05 10:54:53 2007 +0000 +++ b/Makefile Tue Nov 06 10:52:32 2007 +0000 @@ -19,7 +19,7 @@ ./${EXECUTABLE} --help > HELP.txt cmdline.c cmdline.h: gengetopt.in - ${GENGETOPT} <gengetopt.in + ${GENGETOPT} -e <gengetopt.in soapServer.cpp soapClient.cpp soapC.cpp: audioDBws.h ${SOAPCPP2} audioDBws.h