[Patch] fro kdelibs/kdecore
Ralf Habacker
ralf.habacker at freenet.de
Thu Oct 20 17:47:34 BST 2005
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.
Regards
Ralf
More information about the kde-core-devel
mailing list