FINDKDE4 win32

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Fri May 5 11:26:51 CEST 2006


> --- Ursprüngliche Nachricht ---
> Von: Paulo Jorge Guedes <Paulo.Guedes at artelecom.pt>
> An: kde-buildsystem at kde.org
> Betreff: RE: FINDKDE4 win32
> Datum: Fri, 05 May 2006 10:18:25 +0100
> 
> > -----Original Message-----
> > From: David Faure [mailto:faure at kde.org]
> > Sent: quinta-feira, 4 de Maio de 2006 18:13
> > To: kde-buildsystem at kde.org
> > Subject: Re: FINDKDE4 win32
> > 
> > On Thursday 04 May 2006 19:03, Paulo Jorge Guedes wrote:
> > > +   if (!WIN32)
> > > +      find_library(KDE4_KDESU_LIBRARY NAMES kdesu PATHS
> > > ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH )
> > > +      set(KDE4_KDESU_LIBS ${kdesu_LIB_DEPENDS} ${KDE4_KDESU_LIBRARY}
> )
> > > +   endif (!WIN32)
> > 
> > I would even say if(UNIX) since the notion of "su"ing is very unix-like.
> > Not that I have a non-windows non-unix case in mind right now to find
> out
> > what's best ;)
> > 
> > Anyway never use WIN32 for such things, since WIN64 exists too.
> 
> There is if (WIN32) all over the code though :(
> 
> What sould one use, (WIN32 || WIN64)?
>
Afair it was said that WIN32 should be better renamed to WINDOWS and that it
is also defined on WIN64.

Christian

-- 
GMX Produkte empfehlen und ganz einfach Geld verdienen!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner


More information about the Kde-buildsystem mailing list