KDE/kdelibs/kate
Holger Schröder
holger-kde at holgis.net
Fri Jan 6 23:08:35 CET 2006
Hi Matt,
if i understood it correctly, the message "you forgot to execute foo" is more
or less a leftover and should perhaps be removed, as the objects can
"auto-execute" by now. so executing them manually does not hurt, but is not
needed any more and only adds more lines without meaning to the SConscript
files.
On Thursday 05 January 2006 02:13, Matt Rogers wrote:
> SVN commit 494432 by mattr:
>
> execute the objects created
>
> M +2 -2 SConscript
>
>
> --- trunk/KDE/kdelibs/kate/SConscript #494431:494432
> @@ -71,8 +71,8 @@
> obj.libpaths = libpaths
> obj.libs = libs
> obj.uselib = 'QT QTCORE QTGUI QTXML QT3SUPPORT KDE4'
> +obj.execute()
>
> -
> obj = env.kdeobj('program')
> obj.target = 'katetest'
> obj.source = 'tests/katetest.cpp tests/arbitraryhighlighttest.cpp'
> @@ -80,8 +80,8 @@
> obj.libs = libs + ' katepart'
> obj.libpaths = libpaths + ' .'
> obj.uselib = 'QT QTCORE QTGUI QT3SUPPORT KDE4'
> +obj.execute()
>
> -
> # TODO move this to a more generic place
> env['BUILDERS']['Hash'] = Builder(action="perl kjs/create_hash_table
> $SOURCE -i > $TARGET" ,suffix='.lut.h',src_suffix='.cpp')
--
regards,
Holger Schröder
More information about the Kde-buildsystem
mailing list