initial implementation of specific Library Checking module

Ralf Habacker ralf.habacker at freenet.de
Fri Nov 11 16:42:05 CET 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 

Nagy Thomas schrieb:

> Why "pkg = 'png'" in "configuration test module for libz" ? do you
> check libpng and libz at the same time ?

Sorry, libz.py was an old version. Appended is the correct
implementation.

# @file
# configuration test module for libz
#
# Copyright Ralf Habacker 2005
#

def exists(env):
    return true

def generate(env):
    import os
    from configchecks import CheckLibrary

    if env['WINDOWS'] and env['CC'] == 'gcc':
        CheckLibrary(env,
            pkg = 'z',
            rootdir = os.getenv('QTDIR')+'\\src\\3rdparty\\zlib',
            buildcmd = 'make'
        )


> Thomas
>
>> appended is an initial implementation of a specific Library
>> Checking module, which supports detecting (and implicit building)
>> of required external libraries.
>>
>
>
>
> /* Thomas Nagy */
>
>
>
>
>
> ___________________________________________________________________________
> Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo!
> Messenger Téléchargez cette version sur
> http://fr.messenger.yahoo.com
> _______________________________________________ Kde-buildsystem
> mailing list Kde-buildsystem at kde.org
> https://mail.kde.org/mailman/listinfo/kde-buildsystem
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFDdLu3GkrI36lV8gURAhCsAJoCnJ+l6qvfwqmfjPtW7wvBF3GH6gCeKFzM
3S5U6e/Kg1oDS7pHuvffpeg=
=URMx
-----END PGP SIGNATURE-----



More information about the Kde-buildsystem mailing list