pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Conditional targets


From: David Philippi
Subject: Re: Conditional targets
Date: Fri, 14 Jun 2002 12:10:09 +0200
User-agent: KMail/1.4.1

On Friday 14 June 2002 10:32, Ingo Ruhnke wrote:
> We have gettext and opengl optional and maybe sound in the future.

Sound in the future? 

#ifdef HAVE_LIBSDL_MIXER
#ifdef HAVE_LIBCLANVORBIS
#ifdef HAVE_LIBCLANMIKMOD

Just two optional targets?

#ifdef WIN32
#ifdef HAVE_SSTREAM
#ifdef NO_XMLISBLANKNODE
#ifdef HAVE_LIBXML_2
#ifdef HAVE_SETLOCALE

Seems like there are a few more combinations that ought to be tested.
I don't know how many of the possible combinations must be tested to be sure 
that every one compiles. I'd suppose e.g. ClanVorbis and ClanMikMod to be 
quite independent of other features.

Bye David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]