[Patch] fro kdelibs/kdecore

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Thu Oct 20 18:23:09 BST 2005


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

Ralf Habacker schrieb:

> Am Donnerstag, 20. Oktober 2005 18:01 schrieb Christian Ehrlicher:
> 
>>===================================================================
>>--- SConscript  (revision 472365)
>>+++ SConscript  (working copy)
>>@@ -113,9 +113,12 @@
>> obj.libs     = '../libltdl/libltdlc.a DCOP'
>> obj.iskdelib = 1
>> obj.includes = 'network'
>>+obj.ccflags += ' -DMAKE_KDECORE_LIB '
>> if env['WINDOWS']:
>>        obj.libpaths += ' ../win'
>>        obj.libs     += ' kdewin32 ws2_32'
>>+       if env['CC'] == 'cl':
>>+               obj.ccflags += ' /GX /GR -wd4661 '
> 
> 
> is this a generic cl setting or only limited to kdecore. if general it would 
> be better to add to bksys. 

Yes, you're right. But they should be generic for all compilers.
(-wd4661 should stay as a reminder -> see msdn.microsoft.com) as I wrote
you in a private mail. GX and GR should come from qmake.conf and qt-dll
should compiled with rtti and axception-support. Otherwise we'll get
problems with dynamic_cast.


Christian

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDV9J9nNKwkgf+zVMRAmNkAJ4hY/iAbo4nnLbcmUHaSxdZZsMozQCeLf90
JonALu6nngS9L/X8/aNGVPk=
=fbSH
-----END PGP SIGNATURE-----




More information about the kde-core-devel mailing list